Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4320 std::unique_ptr<CFXJSE_Value> sourceValue = GetSimpleValue(pThis, args, 0); in Stuff() local
4323 if (!sourceValue->IsNull() && !startValue->IsNull() && in Stuff()
4325 sourceString = ValueToUTF8String(sourceValue.get()); in Stuff()