Changeset 222598 in webkit for trunk/Source/JavaScriptCore/runtime/JSArrayInlines.h
- Timestamp:
- Sep 27, 2017, 9:19:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSArrayInlines.h
r222565 r222598 59 59 inline bool JSArray::canFastCopy(VM& vm, JSArray* otherArray) 60 60 { 61 if (otherArray == this) 62 return false; 61 63 if (hasAnyArrayStorage(indexingType()) || hasAnyArrayStorage(otherArray->indexingType())) 62 64 return false;
Note:
See TracChangeset
for help on using the changeset viewer.