Home
last modified time | relevance | path

Searched refs:toUInt32SlowCase (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSValue.cpp69 uint32_t toUInt32SlowCase(double d, bool& ok) in toUInt32SlowCase() function
DJSImmediate.h609 uint32_t toUInt32SlowCase(double, bool& ok);
661 return toUInt32SlowCase(toNumber(exec), ignored); in toUInt32()
677 return toUInt32SlowCase(val, ignored); in toUInt32()
699 return toUInt32SlowCase(toNumber(exec), ok); in toUInt32()
DJSNumberCell.h439 arg = toUInt32SlowCase(getInt32Fast(), ignored); in numberToUInt32()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1026362 (KJS::JSValue::toUInt32SlowCase):
29142 (KJS::JSValue::toUInt32SlowCase):
29870 (KJS::JSValue::toUInt32SlowCase): Ditto.
30586 (KJS::JSValue::toUInt32SlowCase): Ditto.
30678 (KJS::JSValue::toUInt32SlowCase): Ditto.
DChangeLog2097 (JSC::JSValuePtr::toUInt32SlowCase):
15911 (JSC::fastToUInt32): Call toUInt32SlowCase function; no longer a member
15920 (JSC::toUInt32SlowCase): More of the same.
15921 (JSC::JSValue::toUInt32SlowCase): Ditto.