Searched refs:FXJSE_Value_IsObject (Results 1 – 4 of 4) sorted by relevance
109 FX_BOOL FXJSE_Value_IsObject(FXJSE_HVALUE hValue);
391 } 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 …]
307 if (FXJSE_Value_IsObject(hValue)) { in Script_HostPseudoModel_OpenList()510 if (FXJSE_Value_IsObject(hValue)) { in Script_HostPseudoModel_SetFocus()
37 FX_BOOL FXJSE_Value_IsObject(FXJSE_HVALUE hValue) { in FXJSE_Value_IsObject() function