Searched refs:scriptValue (Results 1 – 1 of 1) sorted by relevance
2821 std::unique_ptr<CFXJSE_Value> scriptValue = GetSimpleValue(pThis, args, 0); in Eval() local2822 ByteString utf8ScriptString = ValueToUTF8String(scriptValue.get()); in Eval()