Searched refs:getUInt32 (Results 1 – 11 of 11) sorted by relevance
70 virtual bool getUInt32(uint32_t&) const;214 ALWAYS_INLINE bool JSValuePtr::getUInt32(uint32_t& v) const in getUInt32() function216 …rn JSImmediate::isImmediate(asValue()) ? JSImmediate::getUInt32(asValue(), v) : asCell()->getUInt3… in getUInt32()
79 bool JSNumberCell::getUInt32(uint32_t& uint32) const in getUInt32() function in JSC::JSNumberCell
88 bool JSCell::getUInt32(uint32_t&) const in getUInt32() function in JSC::JSCell
303 static bool getUInt32(JSValuePtr, uint32_t&);563 ALWAYS_INLINE bool JSImmediate::getUInt32(JSValuePtr v, uint32_t& i) in getUInt32() function577 return getUInt32(v, i); in getTruncatedUInt32()
128 bool getUInt32(uint32_t&) const;
102 virtual bool getUInt32(uint32_t&) const;
772 if (a0.getUInt32(smallInteger) && smallInteger <= 9) { in stringProtoFuncFontsize()
2251 if (propName.getUInt32(i)) in privateExecute()2901 if (subscript.getUInt32(i)) in privateExecute()5923 if (propName.getUInt32(i)) in cti_op_in()6036 if (subscript.getUInt32(i)) in cti_op_del_by_val()
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):
1419 (JSC::JSImmediate::getUInt32):2061 (JSC::JSValuePtr::getUInt32):3090 (JSC::JSImmediate::getUInt32):16436 (JSC::JSValue::getUInt32): Ditto.