27 #include "../../../../dataaccess/property/ArrayProperty.h" 28 #include "../../common/Utils.h" 32 #include <boost/cstdint.hpp> 36 return ::v8::Undefined();
41 return ::v8::Undefined();
65 return ::v8::Undefined();
72 global->Set(::v8::String::New(
"TeArrayProperty"), jarrayproperty->GetFunction());
82 ::v8::Local<::v8::FunctionTemplate> result = ::v8::FunctionTemplate::New();
83 result->Inherit(pTpl);
85 ::v8::Handle<::v8::ObjectTemplate> prototype = result->PrototypeTemplate();
::v8::Persistent<::v8::FunctionTemplate > & GetSimplePropertyTemplate()
It returns a reference to the persistent template of a SimpleProperty object.
JavaScript exporting routine for the TerraLib Data Access module.
::v8::Persistent<::v8::FunctionTemplate > & GetArrayPropertyTemplate()
It returns a reference to the persistent template of a ArrayProperty object.
::v8::Handle<::v8::Value > ArrayProperty_SetElementType(const ::v8::Arguments &)
::v8::Handle<::v8::Value > ArrayProperty_Constructor(const ::v8::Arguments &)
static::v8::Persistent<::v8::FunctionTemplate > sg_arrayproperty_template
void RegisterArrayProperty(::v8::Local<::v8::Object > &global)
It registers the ArrayProperty class.
::v8::Handle<::v8::Value > ArrayProperty_GetElementType(const ::v8::Arguments &)