Searched refs:toIntegerPreserveNaN (Results 1 – 7 of 7) sorted by relevance
304 double hours = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingTimeArgs()312 double minutes = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingTimeArgs()320 double seconds = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingTimeArgs()330 double millis = exec->argument(idx).toIntegerPreserveNaN(exec); in fillStructuresUsingTimeArgs()356 double years = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingDateArgs()362 double months = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingDateArgs()368 double days = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingDateArgs()1043 double year = exec->argument(0).toIntegerPreserveNaN(exec); in dateProtoFuncSetYear()
50 double JSValue::toIntegerPreserveNaN(ExecState* exec) const in toIntegerPreserveNaN() function in JSC::JSValue
193 double toIntegerPreserveNaN(ExecState*) const;
581 double dpos = a1.toIntegerPreserveNaN(exec); in stringProtoFuncLastIndexOf()
29865 (KJS::JSValue::toIntegerPreserveNaN): Added. Like toInteger, but without the29893 call toIntegerPreserveNaN, so we can continue to handle the NaN case differently.29896 thing in ToExponential. Changed ToPrecision to call toIntegerPreserveNaN.29902 toIntegerPreserveNaN, but was able to remove some special cases there too.
6705 (JSC::JSValue::toIntegerPreserveNaN):13615 (JSC::JSValuePtr::toIntegerPreserveNaN):13888 (JSC::JSValuePtr::toIntegerPreserveNaN):
25388 (JSC::JSValue::toIntegerPreserveNaN):