Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp3198 FXJSE_HVALUE argCondition = GetSimpleHValue(hThis, args, 0); in If() local
3201 FX_BOOL bCondition = FXJSE_Value_ToBoolean(argCondition); in If()
3206 FXJSE_Value_Release(argCondition); in If()