Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp3199 FXJSE_HVALUE argFirstValue = GetSimpleHValue(hThis, args, 1); in If() local
3203 bCondition ? argFirstValue : argSecondValue); in If()
3205 FXJSE_Value_Release(argFirstValue); in If()