Searched refs:GetIJSRuntime (Results 1 – 9 of 9) sorted by relevance
111 virtual IJS_Runtime* GetIJSRuntime(const CXFA_FFDoc* hDoc) const = 0;160 IJS_Runtime* GetIJSRuntime() const;
211 IJS_Runtime* CXFA_FFDoc::GetIJSRuntime() const { in GetIJSRuntime() function in CXFA_FFDoc212 return m_pDocEnvironment->GetIJSRuntime(this); in GetIJSRuntime()
59 IJS_Runtime* GetIJSRuntime(const CXFA_FFDoc* hDoc) const override;
296 return m_pFormFillEnv->GetIJSRuntime()->AsCJSRuntime(); in GetCJSRuntime()
617 IJS_Runtime* CPDFXFA_DocEnvironment::GetIJSRuntime( in GetIJSRuntime() function in CPDFXFA_DocEnvironment623 return pFormFillEnv ? pFormFillEnv->GetIJSRuntime() : nullptr; in GetIJSRuntime()
255 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnCalculate()296 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnFormat()
245 IJS_Runtime* GetIJSRuntime(); // Creates if not present.
340 IJS_Runtime* CPDFSDK_FormFillEnvironment::GetIJSRuntime() { in GetIJSRuntime() function in CPDFSDK_FormFillEnvironment1200 IJS_Runtime::ScopedEventContext pContext(GetIJSRuntime()); in RunScript()
284 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertySetter()350 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertyGetter()441 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in NormalPropertyGetter()