Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp210 auto* pCJSRuntime = in GlobalPropertySetter() local
212 if (!pCJSRuntime) in GlobalPropertySetter()
216 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertySetter()
217 pCJSRuntime->SetValueByNameInGlobalObject( in GlobalPropertySetter()
279 auto* pCJSRuntime = in GlobalPropertyGetter() local
281 if (!pCJSRuntime) in GlobalPropertyGetter()
285 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertyGetter()
287 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_value)) in GlobalPropertyGetter()
375 auto* pCJSRuntime = in NormalPropertyGetter() local
377 if (!pCJSRuntime) in NormalPropertyGetter()
[all …]