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

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMStringListCustom.cpp31 if (!isJSArray(value))
H A DArrayValue.cpp44 if (!value.isUndefinedOrNull() && isJSArray(value))
H A DJSBlobCustom.cpp75 if (!isJSArray(firstArg))
H A DJSCanvasRenderingContext2DCustom.cpp108 if (!isJSArray(value))
H A DScriptValue.cpp141 if (isJSArray(value)) {
H A DIDBBindingUtilities.cpp123 if (isJSArray(object) || object->inherits(&JSArray::s_info)) {
162 if (isJSArray(keyPathValue))
H A DJSDOMBinding.h417 if (!isJSArray(value))
438 if (isJSArray(value)) {
H A DSerializedScriptValue.cpp406 return isJSArray(object) || object->inherits(&JSArray::s_info);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArrayMode.h172 if (isJSArray()) {
218 bool isJSArray() const function in class:JSC::DFG::ArrayMode
281 return isJSArray();
325 return isJSArray();
H A DDFGByteCodeParser.cpp1514 if (!arrayMode.isJSArray())
1539 if (!arrayMode.isJSArray())
H A DDFGRepatch.cpp252 if (isJSArray(baseValue) && propertyName == exec->propertyNames().length) {
H A DDFGSpeculativeJIT32_64.cpp2995 ASSERT(node->arrayMode().isJSArray());
3121 ASSERT(node->arrayMode().isJSArray());
H A DDFGSpeculativeJIT64.cpp2973 ASSERT(node->arrayMode().isJSArray());
3082 ASSERT(node->arrayMode().isJSArray());
H A DDFGSpeculativeJIT.cpp709 if (arrayMode.isJSArray()) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h282 inline bool isJSArray(JSCell* cell) { return cell->classInfo() == &JSArray::s_info; } function in namespace:JSC
283 inline bool isJSArray(JSValue v) { return v.isCell() && isJSArray(v.asCell()); } function in namespace:JSC
H A DJSBoundFunction.cpp41 ASSERT(isJSArray(boundFunction->boundArgs())); // Currently this is true!
61 ASSERT(isJSArray(boundFunction->boundArgs())); // Currently this is true!
H A DArrayPrototype.cpp204 if (isJSArray(thisObj)) {
248 if (isJSArray(thisObj)) {
293 if (!isJSArray(thisObject) || callType != CallTypeHost || callData.native.function != arrayProtoFuncJoin)
296 ASSERT(isJSArray(thisValue));
393 if (isJSArray(thisObj)) {
458 if (isJSArray(thisValue))
487 if (isJSArray(thisValue) && exec->argumentCount() == 1) {
860 if (callType == CallTypeJS && isJSArray(thisObj)) {
918 if (callType == CallTypeJS && isJSArray(thisObj)) {
981 if (callType == CallTypeJS && isJSArray(thisOb
[all...]
H A DJSONObject.cpp481 m_isJSArray = isJSArray(m_object.get());
651 ASSERT(isJSArray(asObject(inValue)) || asObject(inValue)->inherits(&JSArray::s_info));
670 if (isJSArray(array) && array->canGetIndexQuickly(index))
702 ASSERT(!isJSArray(asObject(inValue)) && !asObject(inValue)->inherits(&JSArray::s_info));
763 if (isJSArray(object) || object->inherits(&JSArray::s_info))
H A DFunctionPrototype.cpp140 } else if (isJSArray(array)) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DSlotVisitor.cpp90 if (isJSArray(cell)) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp936 && isJSArray(baseValue)
1167 ASSERT(isJSArray(arrayValue));
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp154 static bool isJSArray(JSObjectRef object) function in namespace:JSC::Bindings
186 if (isJSArray(object))
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestObj.cpp2724 if ((argsCount == 1 && (arg0.isNull() || (arg0.isObject() && isJSArray(arg0)))))
2728 if ((argsCount == 1 && (arg0.isObject() && isJSArray(arg0))))
2730 if ((argsCount == 1 && (arg0.isObject() && isJSArray(arg0))))
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp248 if (isJSArray(arguments)) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp982 if (isJSArray(baseValue) && propertyName == callFrame->propertyNames().length) {
3345 ASSERT(isJSArray(arrayValue));

Completed in 404 milliseconds