Changeset 17372 in webkit for trunk/JavaScriptCore/kjs/array_object.cpp
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.cpp
r16200 r17372 976 976 977 977 // ECMA 15.6.1 978 JSValue *ArrayObjectImp::callAsFunction(ExecState *exec, JSObject * /*thisObj*/, const List &args)978 JSValue *ArrayObjectImp::callAsFunction(ExecState *exec, JSObject *, const List &args) 979 979 { 980 980 // equivalent to 'new Array(....)'
Note:
See TracChangeset
for help on using the changeset viewer.