27 #include "../../../../dataaccess/property/StringProperty.h" 28 #include "../../common/Utils.h" 32 #include <boost/cstdint.hpp> 36 return ::v8::Undefined();
41 return ::v8::Undefined();
46 return ::v8::Undefined();
51 return ::v8::Undefined();
56 return ::v8::Undefined();
80 return ::v8::Undefined();
87 global->Set(::v8::String::New(
"TeStringProperty"), jstringproperty->GetFunction());
97 ::v8::Local<::v8::FunctionTemplate> result = ::v8::FunctionTemplate::New();
98 result->Inherit(pTpl);
100 ::v8::Handle<::v8::ObjectTemplate> prototype = result->PrototypeTemplate();
104 prototype->Set(::v8::String::NewSymbol(
"size"), ::v8::FunctionTemplate::New(
StringProperty_Size));
106 prototype->Set(::v8::String::NewSymbol(
"clone"), ::v8::FunctionTemplate::New(
StringProperty_Clone));
::v8::Handle<::v8::Value > StringProperty_GetSubType(const ::v8::Arguments &args)
::v8::Persistent<::v8::FunctionTemplate > & GetSimplePropertyTemplate()
It returns a reference to the persistent template of a SimpleProperty object.
static::v8::Persistent<::v8::FunctionTemplate > sdset_stringproperty_template
::v8::Handle<::v8::Value > StringProperty_Size(const ::v8::Arguments &args)
JavaScript exporting routine for the TerraLib Data Access module.
::v8::Handle<::v8::Value > StringProperty_SetSize(const ::v8::Arguments &args)
void RegisterStringProperty(::v8::Local<::v8::Object > &global)
It registers the StringProperty class.
::v8::Handle<::v8::Value > StringProperty_Clone(const ::v8::Arguments &args)
::v8::Persistent<::v8::FunctionTemplate > & GetStringPropertyTemplate()
It returns a reference to the persistent template of a StringProperty object.
::v8::Handle<::v8::Value > StringProperty_Constructor(const ::v8::Arguments &args)
::v8::Handle<::v8::Value > StringProperty_SetSubType(const ::v8::Arguments &args)