Home
last modified time | relevance | path

Searched defs:getUInt32 (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSCell.cpp79 bool JSCell::getUInt32(uint32_t&) const in getUInt32() function in JSC::JSCell
DJSZombie.h51 virtual bool getUInt32(uint32_t&) const { ASSERT_NOT_REACHED(); return false; } in getUInt32() function
DJSCell.h237 ALWAYS_INLINE bool JSValue::getUInt32(uint32_t& v) const in getUInt32() function