Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3177 std::unique_ptr<CFXJSE_Value> scriptValue = GetSimpleValue(pThis, args, 0); in Eval() local
3178 ByteString bsUtf8Script = ValueToUTF8String(scriptValue.get()); in Eval()