Searched refs:GetRuntime (Results 1 – 13 of 13) sorted by relevance
20 V8_INLINE v8::Isolate* GetRuntime(void) { return m_pIsolate; } in GetRuntime() function
40 lpClass->GetContext()->GetRuntime(), lpClass->GetTemplate());
32 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()
31 v8::Isolate* pIsolate = lpContext->GetRuntime(); in FXJSE_DefineFunctions()155 FXJSE_HRUNTIME CFXJSE_Arguments::GetRuntime() const { in GetRuntime() function in CFXJSE_Arguments
91 CJS_Runtime* GetRuntime() const { return m_bValid ? m_pRuntime : nullptr; } in GetRuntime() function
119 CJS_Runtime* pRuntime = GetRuntime(); in ~CJS_Timer()
563 CJS_Runtime* pRuntime = pTimer->GetRuntime(); in TimerProc()
94 virtual FXJSE_HRUNTIME GetRuntime() const = 0;
36 virtual FXJSE_HRUNTIME GetRuntime() const { return m_hJsRuntime; } in GetRuntime() function
711 FXJSE_HVALUE pRetValue = FXJSE_Value_Create(rnd.m_pSC->GetRuntime()); in XFA_ResolveNode_DoPredicateFilter()
647 hValue = FXJSE_Value_Create(pScriptContext->GetRuntime()); in Script_TreeClass_ResolveNode()703 CXFA_HVALUEArray hValueArray(pScriptContext->GetRuntime()); in Script_Som_ResolveNodeList()
43 FXJSE_HRUNTIME GetRuntime() const;
666 FXJSE_HVALUE hRetValue = FXJSE_Value_Create(pContext->GetRuntime()); in ExecuteScript()