Changeset 21736 in webkit for trunk/JavaScriptCore/kjs/string_object.cpp
- Timestamp:
- May 24, 2007, 4:28:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.cpp
r20775 r21736 552 552 // Null instead of an empty array, because this matches 553 553 // other browsers and because Null is a false value. 554 result = jsNull(); 554 result = jsNull(); 555 555 } else { 556 556 result = exec->lexicalInterpreter()->builtinArray()->construct(exec, list);
Note:
See TracChangeset
for help on using the changeset viewer.