PropertyVisitor.cpp File Reference

Utility functions to register the PropertyVisitor class into the Google JavaScript V8 engine. More...

#include "../../../../dataaccess/property/PropertyVisitor.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 > PropertyVisitor_Constructor (const ::v8::Arguments &args)
 
::v8::Handle<::v8::Value > PropertyVisitor_Visit (const ::v8::Arguments &args)
 

Variables

static::v8::Persistent<::v8::FunctionTemplate > sdset_propertyvisitor_template
 

Detailed Description

Utility functions to register the PropertyVisitor class into the Google JavaScript V8 engine.

Definition in file PropertyVisitor.cpp.

Function Documentation

::v8::Handle<::v8::Value> PropertyVisitor_Constructor ( const ::v8::Arguments &  args)

Definition at line 39 of file PropertyVisitor.cpp.

Referenced by te::v8::jsi::RegisterPropertyVisitor().

::v8::Handle<::v8::Value> PropertyVisitor_Visit ( const ::v8::Arguments &  args)

Definition at line 34 of file PropertyVisitor.cpp.

Referenced by te::v8::jsi::GetPropertyVisitorTemplate().

Variable Documentation

::v8::Persistent<::v8::FunctionTemplate> sdset_propertyvisitor_template

Definition at line 70 of file PropertyVisitor.cpp.

Referenced by te::v8::jsi::GetPropertyVisitorTemplate().