Searched refs:getUInt32 (Results 1 – 15 of 15) sorted by relevance
79 bool JSNumberCell::getUInt32(uint32_t& uint32) const in getUInt32() function in JSC::JSNumberCell
74 virtual bool getUInt32(uint32_t&) const;219 ALWAYS_INLINE bool JSValue::getUInt32(uint32_t& v) const in getUInt32() function
273 static bool getUInt32(JSValue, uint32_t&);524 ALWAYS_INLINE bool JSImmediate::getUInt32(JSValue v, uint32_t& i) in getUInt32() function538 return getUInt32(v, i); in getTruncatedUInt32()
88 bool JSCell::getUInt32(uint32_t&) const in getUInt32() function in JSC::JSCell
102 virtual bool getUInt32(uint32_t&) const;
148 bool getUInt32(uint32_t&) const;
821 if (a0.getUInt32(smallInteger) && smallInteger <= 9) { in stringProtoFuncFontsize()
149 ?getUInt32@JSCell@JSC@@UBE_NAAI@Z
151 ?getUInt32@JSCell@JSC@@UBE_NAAI@Z
2819 if (propName.getUInt32(i)) in DEFINE_STUB_FUNCTION()2933 if (subscript.getUInt32(i)) in DEFINE_STUB_FUNCTION()
1947 if (propName.getUInt32(i)) in privateExecute()2576 if (subscript.getUInt32(i)) in privateExecute()
6663 (KJS::JSNumberCell::getUInt32):26089 (KJS::JSImmediate::getUInt32):26232 (KJS::JSImmediate::getUInt32):26977 (KJS::JSImmediate::getUInt32): Removed unneeded check for undefined.26980 between getUInt32 and getTruncatedUInt32, so that's worth a rename and merge later.29719 (KJS::JSValue::getUInt32):30420 * kjs/JSImmediate.h: (KJS::JSImmediate::getUInt32):30569 (KJS::NumberImp::getUInt32): Changed to always use double, since I can't find30575 (KJS::JSValue::getUInt32):30579 (KJS::JSValue::toUInt32): Changed getUInt32 call to getTruncatedUInt32.[all …]
2366 (KJS::JSValue::getUInt32):9000 (KJS::JSValue::getUInt32): Only types tagged as numeric can be converted to UInt32.13451 (KJS::JSValue::getUInt32):16474 (KJS::ValueImp::getUInt32): changed to account for NaN being a SimpleNumber18937 (KJS::NumberImp::getUInt32):19248 (KJS::AllocatedValueImp::getUInt32):19291 (KJS::ValueImp::getUInt32):
3338 (JSC::JSValue::getUInt32):
6496 (JSC::JSValue::getUInt32):6592 (JSC::JSImmediate::getUInt32):13212 (JSC::JSImmediate::getUInt32):13854 (JSC::JSValuePtr::getUInt32):14883 (JSC::JSImmediate::getUInt32):28229 (JSC::JSValue::getUInt32): Ditto.