#include <kanzi/js/execute_script_action.hpp>
Public Types | |
| typedef v8::StdPersistentValueMap< const Metaclass *, v8::FunctionTemplate > | FunctionTemplateMap |
| typedef shared_ptr< FunctionTemplateMap > | FunctionTemplateMapSharedPtr |
Public Member Functions | |
| Global () | |
| ~Global () | |
Public Attributes | |
| v8::Isolate * | m_isolate |
| PersistentFunctionTemplate | m_colorConstructor |
| PersistentFunctionTemplate | m_vector2Constructor |
| FunctionTemplateMapSharedPtr | m_functions |
| typedef v8::StdPersistentValueMap<const Metaclass*, v8::FunctionTemplate> kanzi::Global::FunctionTemplateMap |
| typedef shared_ptr<FunctionTemplateMap> kanzi::Global::FunctionTemplateMapSharedPtr |
|
inlineexplicit |
|
inline |
| v8::Isolate* kanzi::Global::m_isolate |
| PersistentFunctionTemplate kanzi::Global::m_colorConstructor |
| PersistentFunctionTemplate kanzi::Global::m_vector2Constructor |
| FunctionTemplateMapSharedPtr kanzi::Global::m_functions |