Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp130 ByteString btScript; in RunScript() local
143 btScript = FX_UTF8Encode(wsJavaScript.AsStringView()); in RunScript()
145 btScript = FX_UTF8Encode(wsScript); in RunScript()
153 return m_JsContext->ExecuteScript(btScript.c_str(), hRetValue, pValue); in RunScript()
542 ByteString btScript = wsScript->ToUTF8(); in RunVariablesScript() local
549 return pVariablesContext->ExecuteScript(btScript.c_str(), hRetValue.get(), in RunVariablesScript()