Changeset 49365 in webkit for trunk/JavaScriptCore/runtime/ArrayConstructor.cpp
- Timestamp:
- Oct 8, 2009, 8:22:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/ArrayConstructor.cpp
r48836 r49365 51 51 } 52 52 53 static JSObject* constructArrayWithSizeQuirk(ExecState* exec, const ArgList& args)53 static inline JSObject* constructArrayWithSizeQuirk(ExecState* exec, const ArgList& args) 54 54 { 55 55 // a single numeric argument denotes the array size (!)
Note:
See TracChangeset
for help on using the changeset viewer.