Searched refs:isUInt32 (Results 1 – 10 of 10) sorted by relevance
66 bool isUInt32; in put() local67 propertyName.toUInt32(isUInt32); in put()68 m_hasNoPropertiesWithUInt32Names = !isUInt32; in put()
46 inline bool JSValue::isUInt32() const in isUInt32() function53 ASSERT(isUInt32()); in asUInt32()
154 if (LIKELY(jsLastIndex.isUInt32())) { in match()
144 bool isUInt32() const;
492 if (a0.isUInt32()) { in stringProtoFuncCharAt()512 if (a0.isUInt32()) { in stringProtoFuncCharCodeAt()552 else if (a1.isUInt32()) in stringProtoFuncIndexOf()
73 if (property.isUInt32()) { in operationGetByVal()120 if (LIKELY(property.isUInt32())) { in operationPutByValInternal()
2360 if (subscript.isUInt32()) { in DEFINE_STUB_FUNCTION()2396 if (LIKELY(subscript.isUInt32())) { in DEFINE_STUB_FUNCTION()2426 if (LIKELY(subscript.isUInt32())) { in DEFINE_STUB_FUNCTION()2474 if (LIKELY(subscript.isUInt32())) { in DEFINE_STUB_FUNCTION()2522 if (LIKELY(subscript.isUInt32())) { in DEFINE_STUB_FUNCTION()
1997 if (val.isUInt32() && shift.isInt32()) in privateExecute()3235 … if (!arguments && subscript.isUInt32() && subscript.asUInt32() < callFrame->argumentCount()) { in privateExecute()3269 if (LIKELY(subscript.isUInt32())) { in privateExecute()3311 if (LIKELY(subscript.isUInt32())) { in privateExecute()
1581 (JSC::JSValue::isUInt32):2043 (JSC::JSValue::isUInt32):5819 … - Use accessor methods to get/set lastIndex, add fast case for isUInt32 (don't convert to double).
25414 (JSC::JSValue::isUInt32):