Searched refs:arrayConstructorIsArray (Results 1 – 2 of 2) sorted by relevance
| /external/webkit/JavaScriptCore/runtime/ |
| D | ArrayConstructor.cpp | 38 static JSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState*, JSObject*, JSValue, const ArgList&… 50 …c, prototypeFunctionStructure, 1, exec->propertyNames().isArray, arrayConstructorIsArray), DontEnu… in ArrayConstructor() 92 JSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState*, JSObject*, JSValue, const ArgList& args) in arrayConstructorIsArray() function
|
| /external/webkit/JavaScriptCore/ |
| D | ChangeLog | 12905 (JSC::arrayConstructorIsArray): Removed unneeded isObject call 13096 (JSC::arrayConstructorIsArray):
|