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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.h91 bool canGetIndex(unsigned i) { return i < m_vectorLength && m_storage->m_vector[i]; } function in class:JSC::JSArray
94 ASSERT(canGetIndex(i));
H A DJSString.h346 bool canGetIndex(unsigned i) { return i < m_length; } function in class:JSC::JSString
501 ASSERT(canGetIndex(i));

Completed in 249 milliseconds