Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp284 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertySetter() local
285 if (!pCJSRuntime) in GlobalPropertySetter()
288 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertySetter()
289 pCJSRuntime->SetValueByNameInGlobalObject(szPropName, pValue); in GlobalPropertySetter()
350 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertyGetter() local
351 if (!pCJSRuntime) in GlobalPropertyGetter()
354 IJS_Runtime::ScopedEventContext pContext(pCJSRuntime); in GlobalPropertyGetter()
356 pCJSRuntime->GetValueByNameFromGlobalObject(szPropName); in GlobalPropertyGetter()
441 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in NormalPropertyGetter() local
442 if (!pCJSRuntime) in NormalPropertyGetter()
[all …]