#include <kanzi/js/execute_script_action.hpp>
Public Member Functions | |
Scope () | |
Public Attributes | |
Global * | global |
NodeSharedPtr | m_scopeNode |
Reference the context node where the script is executing. More... | |
vector< NodeSharedPtr > | m_tempNodes |
References to keep alive all the other nodes that the script accesses the whole duration of the script. More... | |
|
inline |
Global* kanzi::ExecuteScriptAction::Scope::global |
NodeSharedPtr kanzi::ExecuteScriptAction::Scope::m_scopeNode |
Reference the context node where the script is executing.
vector<NodeSharedPtr> kanzi::ExecuteScriptAction::Scope::m_tempNodes |
References to keep alive all the other nodes that the script accesses the whole duration of the script.