Changeset 43372 in webkit for trunk/JavaScriptCore/runtime/ArrayConstructor.cpp
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/ArrayConstructor.cpp
r43222 r43372 70 70 } 71 71 72 static JSValue callArrayConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args)72 static JSValue JSC_HOST_CALL callArrayConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args) 73 73 { 74 74 return constructArrayWithSizeQuirk(exec, args);
Note:
See TracChangeset
for help on using the changeset viewer.