Home
last modified time | relevance | path

Searched refs:GetRuntime (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
Dcontext.h20 V8_INLINE v8::Isolate* GetRuntime(void) { return m_pIsolate; } in GetRuntime() function
Dutil_inline.h40 lpClass->GetContext()->GetRuntime(), lpClass->GetTemplate());
Dcontext.cpp32 CFXJSE_Value* lpValue = CFXJSE_Value::Create(pContext->GetRuntime()); in FXJSE_Context_GetGlobalObject()
39 return pContext ? reinterpret_cast<FXJSE_HRUNTIME>(pContext->GetRuntime()) in FXJSE_Context_GetRuntime()
Dclass.cpp31 v8::Isolate* pIsolate = lpContext->GetRuntime(); in FXJSE_DefineFunctions()
155 FXJSE_HRUNTIME CFXJSE_Arguments::GetRuntime() const { in GetRuntime() function in CFXJSE_Arguments
/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.h91 CJS_Runtime* GetRuntime() const { return m_bValid ? m_pRuntime : nullptr; } in GetRuntime() function
DJS_Object.cpp119 CJS_Runtime* pRuntime = GetRuntime(); in ~CJS_Timer()
Dapp.cpp563 CJS_Runtime* pRuntime = pTimer->GetRuntime(); in TimerProc()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_script.h94 virtual FXJSE_HRUNTIME GetRuntime() const = 0;
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.h36 virtual FXJSE_HRUNTIME GetRuntime() const { return m_hJsRuntime; } in GetRuntime() function
Dxfa_script_resolveprocessor.cpp711 FXJSE_HVALUE pRetValue = FXJSE_Value_Create(rnd.m_pSC->GetRuntime()); in XFA_ResolveNode_DoPredicateFilter()
Dxfa_object_imp.cpp647 hValue = FXJSE_Value_Create(pScriptContext->GetRuntime()); in Script_TreeClass_ResolveNode()
703 CXFA_HVALUEArray hValueArray(pScriptContext->GetRuntime()); in Script_Som_ResolveNodeList()
/external/pdfium/xfa/include/fxjse/
Dfxjse.h43 FXJSE_HRUNTIME GetRuntime() const;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp666 FXJSE_HVALUE hRetValue = FXJSE_Value_Create(pContext->GetRuntime()); in ExecuteScript()