Changeset 281370 in webkit
- Timestamp:
- Aug 21, 2021 5:28:04 AM (11 months ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
runtime/OptionsList.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r281369 r281370 1 2021-08-21 Yusuke Suzuki <ysuzuki@apple.com> 2 3 [JSC] Enable String,TypedArray#at 4 https://bugs.webkit.org/show_bug.cgi?id=229354 5 6 Reviewed by Saam Barati. 7 8 Enable String and TypedArray's `at` method. 9 10 * runtime/OptionsList.h: 11 1 12 2021-08-21 Yusuke Suzuki <ysuzuki@apple.com> 2 13 -
trunk/Source/JavaScriptCore/runtime/OptionsList.h
r281369 r281370 545 545 v(Bool, useIntlDateTimeFormatDayPeriod, true, Normal, "Expose the Intl.DateTimeFormat dayPeriod feature.") \ 546 546 v(Bool, useIntlDateTimeFormatRangeToParts, true, Normal, "Expose the Intl.DateTimeFormat#formatRangeToParts feature.") \ 547 v(Bool, useAtMethod, false, Normal, "Expose the at() method on Array, %TypedArray%, and String.") \547 v(Bool, useAtMethod, true, Normal, "Expose the at() method on Array, %TypedArray%, and String.") \ 548 548 v(Bool, useErrorCause, true, Normal, "Allow a cause to be provided when constructing an Error, _NativeError_, or AggregateError.") \ 549 549 v(Bool, useSharedArrayBuffer, false, Normal, nullptr) \
Note: See TracChangeset
for help on using the changeset viewer.