Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_runtime.h56 bool GetValueByNameFromGlobalObject(ByteStringView utf8Name,
Dcjs_runtime.cpp179 bool CJS_Runtime::GetValueByNameFromGlobalObject(ByteStringView utf8Name, in GetValueByNameFromGlobalObject() function in CJS_Runtime
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp287 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_value)) in GlobalPropertyGetter()
383 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_local)) in NormalPropertyGetter()