Home
last modified time | relevance | path

Searched refs:toIntegerPreserveNaN (Results 1 – 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSValue.cpp49 double JSValue::toIntegerPreserveNaN(ExecState* exec) const in toIntegerPreserveNaN() function in JSC::JSValue
DNumberPrototype.cpp385 double doublePrecision = args.at(0).toIntegerPreserveNaN(exec); in numberProtoFuncToPrecision()
DJSValue.h165 double toIntegerPreserveNaN(ExecState*) const;
DStringPrototype.cpp452 double dpos = a1.toIntegerPreserveNaN(exec); in stringProtoFuncLastIndexOf()
DArrayPrototype.cpp1033 double d = args.at(1).toIntegerPreserveNaN(exec); in arrayProtoFuncLastIndexOf()
/external/webkit/JavaScriptCore/
DChangeLog3367 (JSC::JSValue::toIntegerPreserveNaN):
DChangeLog-2008-08-1029865 (KJS::JSValue::toIntegerPreserveNaN): Added. Like toInteger, but without the
29893 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.
DChangeLog-2009-06-166705 (JSC::JSValue::toIntegerPreserveNaN):
13615 (JSC::JSValuePtr::toIntegerPreserveNaN):
13888 (JSC::JSValuePtr::toIntegerPreserveNaN):