Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fxjse/
Dfxjse.h109 FX_BOOL FXJSE_Value_IsObject(FXJSE_HVALUE hValue);
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp391 } else if (FXJSE_Value_IsObject(argValue)) { in Count()
493 } else if (FXJSE_Value_IsObject(argValue)) { in Max()
596 } else if (FXJSE_Value_IsObject(argValue)) { in Min()
880 } else if (FXJSE_Value_IsObject(argValue)) { in Sum()
3092 FXJSE_Value_SetInteger(args.GetReturnValue(), FXJSE_Value_IsObject(argOne)); in Exists()
3299 } else if (FXJSE_Value_IsObject(argOne)) { in Ref()
5611 } else if (FXJSE_Value_IsObject(lValue)) { in assign_value_operator()
6135 if (FXJSE_Value_IsObject(argAccessor) || in dot_accessor()
6139 } else if (!FXJSE_Value_IsObject(argAccessor) && in dot_accessor()
6281 if (FXJSE_Value_IsObject(argAccessor) || in dotdot_accessor()
[all …]
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp307 if (FXJSE_Value_IsObject(hValue)) { in Script_HostPseudoModel_OpenList()
510 if (FXJSE_Value_IsObject(hValue)) { in Script_HostPseudoModel_SetFocus()
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp37 FX_BOOL FXJSE_Value_IsObject(FXJSE_HVALUE hValue) { in FXJSE_Value_IsObject() function