Searched refs:isRealArray (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DArrayPrototype.cpp169 bool isRealArray = isJSArray(&exec->globalData(), thisValue); local
170 if (!isRealArray && !thisValue.inherits(&JSArray::s_info))
193 if (isRealArray && thisObj->canGetIndex(k))

Completed in 42 milliseconds