Home
last modified time | relevance | path

Searched refs:isUInt32 (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DObjectPrototype.cpp66 bool isUInt32; in put() local
67 propertyName.toUInt32(isUInt32); in put()
68 m_hasNoPropertiesWithUInt32Names = !isUInt32; in put()
DJSValueInlineMethods.h46 inline bool JSValue::isUInt32() const in isUInt32() function
53 ASSERT(isUInt32()); in asUInt32()
DRegExpObject.cpp154 if (LIKELY(jsLastIndex.isUInt32())) { in match()
DJSValue.h144 bool isUInt32() const;
DStringPrototype.cpp492 if (a0.isUInt32()) { in stringProtoFuncCharAt()
512 if (a0.isUInt32()) { in stringProtoFuncCharCodeAt()
552 else if (a1.isUInt32()) in stringProtoFuncIndexOf()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp73 if (property.isUInt32()) { in operationGetByVal()
120 if (LIKELY(property.isUInt32())) { in operationPutByValInternal()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2360 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()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1997 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()
/external/webkit/Source/JavaScriptCore/
DChangeLog1581 (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).
DChangeLog-2010-05-2425414 (JSC::JSValue::isUInt32):