Searched refs:toIntegerPreserveNaN (Results 1 – 7 of 7) sorted by relevance
42 double JSValuePtr::toIntegerPreserveNaN(ExecState* exec) const in toIntegerPreserveNaN() function in JSC::JSValuePtr
148 double toIntegerPreserveNaN(ExecState*) const;
381 double doublePrecision = args.at(exec, 0).toIntegerPreserveNaN(exec); in numberProtoFuncToPrecision()
403 double dpos = a1.toIntegerPreserveNaN(exec); in stringProtoFuncLastIndexOf()
783 double d = args.at(exec, 1).toIntegerPreserveNaN(exec); in arrayProtoFuncLastIndexOf()
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.
1822 (JSC::JSValuePtr::toIntegerPreserveNaN):2095 (JSC::JSValuePtr::toIntegerPreserveNaN):