Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_runtime.h55 v8::Local<v8::Value> GetValueByNameFromGlobalObject(ByteStringView utf8Name);
Dcjs_runtime.cpp186 v8::Local<v8::Value> CJS_Runtime::GetValueByNameFromGlobalObject( in GetValueByNameFromGlobalObject() function in CJS_Runtime
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp356 pCJSRuntime->GetValueByNameFromGlobalObject(szPropName); in GlobalPropertyGetter()
447 pCJSRuntime->GetValueByNameFromGlobalObject(szPropName); in NormalPropertyGetter()