#include "../../../../dataaccess/property/NumericProperty.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 > | NumericProperty_Clone (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | NumericProperty_Constructor (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | NumericProperty_GetPrecision (const ::v8::Arguments &args) |
| ::v8::Handle<::v8::Value > | NumericProperty_GetScale (const ::v8::Arguments &args) |
Variables | |
| static::v8::Persistent<::v8::FunctionTemplate > | sdset_numericproperty_template |
| ::v8::Handle<::v8::Value> NumericProperty_Clone | ( | const ::v8::Arguments & | args | ) |
Definition at line 44 of file binding/v8/jsi/dataaccess/NumericProperty.cpp.
Referenced by te::v8::jsi::GetNumericPropertyTemplate().
| ::v8::Handle<::v8::Value> NumericProperty_Constructor | ( | const ::v8::Arguments & | args | ) |
Definition at line 49 of file binding/v8/jsi/dataaccess/NumericProperty.cpp.
Referenced by te::v8::jsi::RegisterNumericProperty().
| ::v8::Handle<::v8::Value> NumericProperty_GetPrecision | ( | const ::v8::Arguments & | args | ) |
Definition at line 34 of file binding/v8/jsi/dataaccess/NumericProperty.cpp.
Referenced by te::v8::jsi::GetNumericPropertyTemplate().
| ::v8::Handle<::v8::Value> NumericProperty_GetScale | ( | const ::v8::Arguments & | args | ) |
Definition at line 39 of file binding/v8/jsi/dataaccess/NumericProperty.cpp.
Referenced by te::v8::jsi::GetNumericPropertyTemplate().
| ::v8::Persistent<::v8::FunctionTemplate> sdset_numericproperty_template |
Definition at line 80 of file binding/v8/jsi/dataaccess/NumericProperty.cpp.
Referenced by te::v8::jsi::GetNumericPropertyTemplate().