Home
last modified time | relevance | path

Searched refs:m_hJsRuntime (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp23 m_hJsRuntime(nullptr), in CXFA_ScriptContext()
77 m_hJsRuntime = hRuntime; in Initialize()
95 XFA_FM2JS_ContextInitialize(m_hFM2JSContext, m_hJsRuntime, m_hJsContext, in RunScript()
117 FXJSE_HVALUE hProp = FXJSE_Value_Create(m_hJsRuntime); in RunScript()
433 m_hJsContext = FXJSE_Context_Create(m_hJsRuntime, &m_JsGlobalClass, in DefineJsContext()
463 m_hJsRuntime, &m_JsGlobalVariablesClass, (CXFA_Object*)lpVariableNode); in CreateVariablesContext()
499 FXJSE_HVALUE hRetValue = FXJSE_Value_Create(m_hJsRuntime); in RunVariablesScript()
529 FXJSE_HVALUE hVariableValue = FXJSE_Value_Create(m_hJsRuntime); in QueryVariableHValue()
702 FXJSE_HVALUE hValue = FXJSE_Value_Create(m_hJsRuntime); in ResolveObjects()
780 FXJSE_HVALUE jsHvalue = FXJSE_Value_Create(m_hJsRuntime); in GetJSValueFromMap()
Dxfa_script_imp.h36 virtual FXJSE_HRUNTIME GetRuntime() const { return m_hJsRuntime; } in GetRuntime()
102 FXJSE_HRUNTIME m_hJsRuntime; variable