Searched refs:hRuntime (Results 1 – 13 of 13) sorted by relevance
27 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime);29 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime,100 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime);
63 void CXFA_FFDocHandler::SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) { in SetJSERuntime() argument64 static_cast<CXFA_FFDoc*>(hDoc)->GetXFADoc()->InitScriptContext(hRuntime); in SetJSERuntime()
36 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime);
61 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime) { in FXJSE_Runtime_Release() argument62 v8::Isolate* pIsolate = reinterpret_cast<v8::Isolate*>(hRuntime); in FXJSE_Runtime_Release()
14 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime, in FXJSE_Context_Create() argument18 reinterpret_cast<v8::Isolate*>(hRuntime), lpGlobalClass, lpGlobalObject); in FXJSE_Context_Create()
224 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime) { in FXJSE_Value_Create() argument226 CFXJSE_Value::Create(reinterpret_cast<v8::Isolate*>(hRuntime)); in FXJSE_Value_Create()
78 virtual void Initialize(FXJSE_HRUNTIME hRuntime) = 0;
172 IXFA_ScriptContext* InitScriptContext(FXJSE_HRUNTIME hRuntime);
248 IXFA_ScriptContext* CXFA_Document::InitScriptContext(FXJSE_HRUNTIME hRuntime) { in InitScriptContext() argument252 m_pScriptContext->Initialize(hRuntime); in InitScriptContext()
18 virtual void Initialize(FXJSE_HRUNTIME hRuntime);
76 void CXFA_ScriptContext::Initialize(FXJSE_HRUNTIME hRuntime) { in Initialize() argument77 m_hJsRuntime = hRuntime; in Initialize()
501 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) = 0;
6893 FXJSE_HRUNTIME hRuntime = pContext->GetScriptRuntime(); in ParseResolveResult() local6901 resultValues[i] = FXJSE_Value_Create(hRuntime); in ParseResolveResult()6908 CXFA_HVALUEArray objectProperties(hRuntime); in ParseResolveResult()6915 resultValues[0] = FXJSE_Value_Create(hRuntime); in ParseResolveResult()6922 resultValues[i] = FXJSE_Value_Create(hRuntime); in ParseResolveResult()