Changeset 288538 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 24, 2022, 9:38:35 PM (3 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r288537 r288538 1 2022-01-24 Yusuke Suzuki <[email protected]> 2 3 [JSC] Enable Array#groupBy and Array#groupByToMap 4 https://bugs.webkit.org/show_bug.cgi?id=235549 5 6 Reviewed by Ross Kirsling. 7 8 * runtime/OptionsList.h: 9 1 10 2022-01-24 Cameron McCormack <[email protected]> 2 11 -
trunk/Source/JavaScriptCore/runtime/OptionsList.h
r288473 r288538 539 539 \ 540 540 v(Bool, useArrayFindLastMethod, true, Normal, "Expose the findLast() and findLastIndex() methods on Array and %TypedArray%.") \ 541 v(Bool, useArrayGroupByMethod, false, Normal, "Expose the groupBy() and groupByToMap() methods on Array.") \541 v(Bool, useArrayGroupByMethod, true, Normal, "Expose the groupBy() and groupByToMap() methods on Array.") \ 542 542 v(Bool, useAtMethod, true, Normal, "Expose the at() method on Array, %TypedArray%, and String.") \ 543 543 v(Bool, useHasOwn, true, Normal, "Expose the Object.hasOwn method") \
Note:
See TracChangeset
for help on using the changeset viewer.