Searched refs:GetIJSRuntime (Results 1 – 9 of 9) sorted by relevance
57 IJS_Runtime* GetIJSRuntime(CXFA_FFDoc* hDoc) const override;
269 return m_pFormFillEnv->GetIJSRuntime()->AsCJSRuntime(); in GetCJSRuntime()
597 IJS_Runtime* CPDFXFA_DocEnvironment::GetIJSRuntime(CXFA_FFDoc* hDoc) const { in GetIJSRuntime() function in CPDFXFA_DocEnvironment602 return pFormFillEnv ? pFormFillEnv->GetIJSRuntime() : nullptr; in GetIJSRuntime()
239 virtual IJS_Runtime* GetIJSRuntime(CXFA_FFDoc* hDoc) const = 0;
203 IJS_Runtime* GetIJSRuntime(); // Creates if not present.
253 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnCalculate()294 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnFormat()
422 IJS_Runtime::ScopedEventContext pContext(pFormFillEnv->GetIJSRuntime()); in RunScript()
320 IJS_Runtime* CPDFSDK_FormFillEnvironment::GetIJSRuntime() { in GetIJSRuntime() function in CPDFSDK_FormFillEnvironment
211 static_cast<CJS_Runtime*>(hDoc->GetDocEnvironment()->GetIJSRuntime(hDoc)); in GlobalPropertySetter()280 static_cast<CJS_Runtime*>(hDoc->GetDocEnvironment()->GetIJSRuntime(hDoc)); in GlobalPropertyGetter()376 static_cast<CJS_Runtime*>(hDoc->GetDocEnvironment()->GetIJSRuntime(hDoc)); in NormalPropertyGetter()