Searched defs:isUInt32 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DObjectPrototype.cpp66 bool isUInt32; local
67 propertyName.toUInt32(isUInt32);
68 m_hasNoPropertiesWithUInt32Names = !isUInt32;
H A DJSValueInlineMethods.h46 inline bool JSValue::isUInt32() const function in class:JSC::JSValue
53 ASSERT(isUInt32());

Completed in 141 milliseconds