Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSArray.h185 …inline bool isJSArray(JSGlobalData* globalData, JSCell* cell) { return cell->vptr() == globalData-… in isJSArray() function
186 …inline bool isJSArray(JSGlobalData* globalData, JSValue v) { return v.isCell() && isJSArray(global… in isJSArray() function
DArrayPrototype.cpp169 bool isRealArray = isJSArray(&exec->globalData(), thisValue); in arrayProtoFuncToString()
286 if (isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncJoin()
369 if (isJSArray(&exec->globalData(), thisValue)) in arrayProtoFuncPop()
393 if (isJSArray(&exec->globalData(), thisValue) && exec->argumentCount() == 1) { in arrayProtoFuncPush()
451 if (isJSArray(&exec->globalData(), thisObj)) in arrayProtoFuncShift()
588 if ((!begin) && (isJSArray(&exec->globalData(), thisObj))) in arrayProtoFuncSplice()
601 if ((!begin) && (isJSArray(&exec->globalData(), thisObj))) in arrayProtoFuncSplice()
631 if (isJSArray(&exec->globalData(), thisObj)) in arrayProtoFuncUnShift()
667 if (callType == CallTypeJS && isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncFilter()
725 if (callType == CallTypeJS && isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncMap()
[all …]
DJSONObject.cpp485 m_isJSArray = isJSArray(&exec->globalData(), m_object.get()); in appendNextProperty()
658 …ASSERT(isJSArray(&m_exec->globalData(), asObject(inValue)) || asObject(inValue)->inherits(&JSArray… in walk()
683 if (isJSArray(&m_exec->globalData(), array) && array->canGetIndex(index)) in walk()
706 … if (isJSArray(&m_exec->globalData(), array) && array->canSetIndex(indexStack.last())) in walk()
719 …ASSERT(!isJSArray(&m_exec->globalData(), asObject(inValue)) && !asObject(inValue)->inherits(&JSArr… in walk()
786 if (isJSArray(&m_exec->globalData(), object) || object->inherits(&JSArray::s_info)) in walk()
DFunctionPrototype.cpp122 else if (isJSArray(&exec->globalData(), array)) in functionProtoFuncApply()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp78 if (isJSArray(globalData, base) && asArray(base)->canGetIndex(i)) in operationGetByVal()
123 if (isJSArray(globalData, baseValue)) { in operationPutByValInternal()
/external/webkit/Source/WebCore/bindings/js/
DScriptValue.cpp131 if (isJSArray(&scriptState->globalData(), value)) { in jsToInspectorValue()
DSerializedScriptValue.cpp287 return isJSArray(&m_exec->globalData(), object) || object->inherits(&JSArray::s_info); in isArray()
334 if (isJSArray(&m_exec->globalData(), array)) { in getSparseIndex()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1287 if (isJSArray(globalData, baseValue) && propertyName == callFrame->propertyNames().length) { in tryCacheGetByID()
2971 if (LIKELY(isJSArray(globalData, baseValue))) { in privateExecute()
3271 if (isJSArray(globalData, baseValue)) { in privateExecute()
3313 if (isJSArray(globalData, baseValue)) { in privateExecute()
3974 } else if (isJSArray(&callFrame->globalData(), arguments)) { in privateExecute()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp869 if (isJSArray(globalData, baseValue) && propertyName == callFrame->propertyNames().length) { in tryCacheGetByID()
2476 if (isJSArray(globalData, baseValue)) { in DEFINE_STUB_FUNCTION()
2618 } else if (isJSArray(&callFrame->globalData(), arguments)) { in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-166474 (JSC::isJSArray):
10442 (JSC::isJSArray):
12634 (JSC::Interpreter::isJSArray):
13533 (JSC::Interpreter::isJSArray):
14541 (JSC::Interpreter::isJSArray):