Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_runtime.h56 bool SetValueByNameInGlobalObject(ByteStringView utf8Name,
Dcjs_runtime.cpp198 bool CJS_Runtime::SetValueByNameInGlobalObject(ByteStringView utf8Name, in SetValueByNameInGlobalObject() function in CJS_Runtime
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp289 pCJSRuntime->SetValueByNameInGlobalObject(szPropName, pValue); in GlobalPropertySetter()