Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp170 CFXJSE_Value* hRetValue, in RunScript() argument
185 hRetValue->SetUndefined(GetIsolate()); in RunScript()
200 return m_JsContext->ExecuteScript(btScript.AsStringView(), hRetValue, in RunScript()
618 auto hRetValue = std::make_unique<CFXJSE_Value>(); in RunVariablesScript() local
624 pVariablesContext->ExecuteScript(btScript.AsStringView(), hRetValue.get(), in RunVariablesScript()