Changeset 197011 in webkit for trunk/Source/JavaScriptCore/runtime
- Timestamp:
- Feb 23, 2016, 8:39:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ArrayPrototype.cpp
r196722 r197011 633 633 // We add the newTarget because the compiler gets confused between 0 being a number and a pointer. 634 634 result = constructEmptyArray(exec, nullptr, 0, JSValue()); 635 if (exec->hadException()) 636 return JSValue::encode(jsUndefined()); 635 637 } 636 638
Note:
See TracChangeset
for help on using the changeset viewer.