All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
execute_script_action.hpp File Reference
#include <kanzi/action/action.hpp>
#include <kanzi/node/node.hpp>
#include <kanzi/platform/vector.hpp>
#include <include/v8.h>
#include <include/v8-util.h>
#include "execute_script_action_properties.h"

Classes

struct  kanzi::Global
 
struct  kanzi::NodeContext
 
class  kanzi::ExecuteScriptAction
 Execute script action. More...
 
struct  kanzi::ExecuteScriptAction::Scope
 

Namespaces

 kanzi
 

Typedefs

typedef v8::Persistent
< v8::FunctionTemplate > 
kanzi::PersistentFunctionTemplate
 
typedef v8::Local< v8::Value > kanzi::LocalValue
 
typedef v8::Local< v8::Object > kanzi::LocalObject
 
typedef v8::Local< v8::External > kanzi::LocalExternal
 
typedef v8::Local< v8::Context > kanzi::LocalContext
 
typedef v8::Local< v8::Script > kanzi::LocalScript
 
typedef v8::Local
< v8::ObjectTemplate > 
kanzi::LocalObjectTemplate
 
typedef v8::Local
< v8::FunctionTemplate > 
kanzi::LocalFunctionTemplate
 
typedef v8::Persistent
< v8::Context > 
kanzi::PersistentContext
 
typedef v8::Persistent
< v8::Script > 
kanzi::PersistentScript
 
typedef v8::Persistent
< v8::Object > 
kanzi::PersistentObject
 
typedef shared_ptr
< ExecuteScriptAction > 
kanzi::ExecuteScriptActionSharedPtr