Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp4493 std::unique_ptr<CFXJSE_Value> sourceValue = GetSimpleValue(pThis, args, 0); in Stuff() local
4496 if (!sourceValue->IsNull() && !startValue->IsNull() && in Stuff()
4498 ValueToUTF8String(sourceValue.get(), sourceString); in Stuff()