#include "../../../../dataaccess/property/ArrayProperty.h"#include "../../common/Utils.h"#include "DataAccess.h"#include <boost/cstdint.hpp>Go to the source code of this file.
Functions | |
| ::v8::Handle<::v8::Value > | ArrayProperty_Constructor (const ::v8::Arguments &) |
| ::v8::Handle<::v8::Value > | ArrayProperty_GetElementType (const ::v8::Arguments &) |
| ::v8::Handle<::v8::Value > | ArrayProperty_SetElementType (const ::v8::Arguments &) |
Variables | |
| static::v8::Persistent<::v8::FunctionTemplate > | sg_arrayproperty_template |
| ::v8::Handle<::v8::Value> ArrayProperty_Constructor | ( | const ::v8::Arguments & | ) |
Definition at line 44 of file binding/v8/jsi/dataaccess/ArrayProperty.cpp.
Referenced by te::v8::jsi::RegisterArrayProperty().
| ::v8::Handle<::v8::Value> ArrayProperty_GetElementType | ( | const ::v8::Arguments & | ) |
Definition at line 34 of file binding/v8/jsi/dataaccess/ArrayProperty.cpp.
Referenced by te::v8::jsi::GetArrayPropertyTemplate().
| ::v8::Handle<::v8::Value> ArrayProperty_SetElementType | ( | const ::v8::Arguments & | ) |
Definition at line 39 of file binding/v8/jsi/dataaccess/ArrayProperty.cpp.
Referenced by te::v8::jsi::GetArrayPropertyTemplate().
| ::v8::Persistent<::v8::FunctionTemplate> sg_arrayproperty_template |
Definition at line 75 of file binding/v8/jsi/dataaccess/ArrayProperty.cpp.
Referenced by te::v8::jsi::GetArrayPropertyTemplate().