Changeset 35242 in webkit for trunk/JavaScriptCore/kjs/ArrayConstructor.cpp
- Timestamp:
- Jul 18, 2008, 3:18:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ArrayConstructor.cpp
r35022 r35242 78 78 // equivalent to 'new Array(....)' 79 79 callData.native.function = callArrayConstructor; 80 return CallType Native;80 return CallTypeHost; 81 81 } 82 82
Note:
See TracChangeset
for help on using the changeset viewer.