Bug 215715 - Define Intl[Symbol.toStringTag]
Summary: Define Intl[Symbol.toStringTag]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Trivial
Assignee: Alexey Shvayka
URL:
Keywords: InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2020-08-20 14:17 PDT by Alexey Shvayka
Modified: 2020-08-21 14:31 PDT (History)
8 users (show)

See Also:


Attachments
Patch (4.11 KB, patch)
2020-08-20 14:24 PDT, Alexey Shvayka
no flags Details | Formatted Diff | Diff
Patch (4.88 KB, patch)
2020-08-21 12:34 PDT, Alexey Shvayka
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2020-08-20 14:17:04 PDT
Define Intl[Symbol.toStringTag]
Comment 1 Alexey Shvayka 2020-08-20 14:24:03 PDT
Created attachment 406968 [details]
Patch
Comment 2 Ross Kirsling 2020-08-20 14:52:17 PDT
Comment on attachment 406968 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=406968&action=review

r=me

> Source/JavaScriptCore/ChangeLog:9
> +        on Intl namespace object, implementing the recent spec change [1] and aligning JSC with V8.

Oops, seems like you forgot to add the link corresponding to the [1].
Comment 3 Alexey Shvayka 2020-08-21 12:34:23 PDT
Created attachment 407023 [details]
Patch

Add missing [1] link and adjust JSTests/stress/intl-object.js.
Comment 4 EWS 2020-08-21 14:30:23 PDT
Committed r266015: <https://trac.webkit.org/changeset/266015>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 407023 [details].
Comment 5 Radar WebKit Bug Importer 2020-08-21 14:31:14 PDT
<rdar://problem/67580773>