Changeset 175240 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Oct 27, 2014, 10:05:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r173993 r175240 781 781 ContiguousDoubles convertUndecidedToDouble(VM&); 782 782 ContiguousJSValues convertUndecidedToContiguous(VM&); 783 ArrayStorage* convertUndecidedToArrayStorage(VM&, NonPropertyTransition, unsigned neededLength);784 783 ArrayStorage* convertUndecidedToArrayStorage(VM&, NonPropertyTransition); 785 784 ArrayStorage* convertUndecidedToArrayStorage(VM&); … … 787 786 ContiguousDoubles convertInt32ToDouble(VM&); 788 787 ContiguousJSValues convertInt32ToContiguous(VM&); 789 ArrayStorage* convertInt32ToArrayStorage(VM&, NonPropertyTransition, unsigned neededLength);790 788 ArrayStorage* convertInt32ToArrayStorage(VM&, NonPropertyTransition); 791 789 ArrayStorage* convertInt32ToArrayStorage(VM&); … … 793 791 ContiguousJSValues convertDoubleToContiguous(VM&); 794 792 ContiguousJSValues rageConvertDoubleToContiguous(VM&); 795 ArrayStorage* convertDoubleToArrayStorage(VM&, NonPropertyTransition, unsigned neededLength);796 793 ArrayStorage* convertDoubleToArrayStorage(VM&, NonPropertyTransition); 797 794 ArrayStorage* convertDoubleToArrayStorage(VM&); 798 795 799 ArrayStorage* convertContiguousToArrayStorage(VM&, NonPropertyTransition, unsigned neededLength);800 796 ArrayStorage* convertContiguousToArrayStorage(VM&, NonPropertyTransition); 801 797 ArrayStorage* convertContiguousToArrayStorage(VM&);
Note:
See TracChangeset
for help on using the changeset viewer.