Searched refs:argTwo (Results 1 – 2 of 2) sorted by relevance
639 FXJSE_HVALUE argTwo = args.GetValue(1); in Mod() local640 if (FXJSE_Value_IsNull(argOne) || FXJSE_Value_IsNull(argTwo)) { in Mod()674 if (FXJSE_Value_IsArray(argTwo)) { in Mod()676 FXJSE_Value_GetObjectProp(argTwo, "length", lengthValue); in Mod()682 FXJSE_Value_GetObjectPropByIdx(argTwo, 1, propertyValue); in Mod()683 FXJSE_Value_GetObjectPropByIdx(argTwo, 2, jsObjectValue); in Mod()701 dDividor = HValueToDouble(hThis, argTwo); in Mod()712 FXJSE_Value_Release(argTwo); in Mod()760 FXJSE_HVALUE argTwo = args.GetValue(1); in Round() local761 if (FXJSE_Value_IsNull(argOne) || FXJSE_Value_IsNull(argTwo)) { in Round()[all …]
278 _testNonFlagArgs 3 argOne argTwo arg3