WebKit Bugzilla
Attachment 360047 Details for
Bug 193797
: Update JavaScriptCore feature status
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193797-20190124163753.patch (text/plain), 1.80 KB, created by
Jon Davis
on 2019-01-24 16:37:56 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jon Davis
Created:
2019-01-24 16:37:56 PST
Size:
1.80 KB
patch
obsolete
>Subversion Revision: 240453 >diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 9ae276c0f84fa796457251aeb27ed8892cc0eff8..5aa929d6703e6d32406116b57df3d1affc3310bf 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,14 @@ >+2019-01-24 Jon Davis <jond@apple.com> >+ >+ Update JavaScriptCore feature status entries. >+ https://bugs.webkit.org/show_bug.cgi?id=193797 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Updated feature status for Async Iteration, and Object rest/spread. >+ >+ * features.json: >+ > 2019-01-24 Yusuke Suzuki <ysuzuki@apple.com> > > stress/const-semantics.js fails a dfg-eager / ftl-eager run with an ASAN release build. >diff --git a/Source/JavaScriptCore/features.json b/Source/JavaScriptCore/features.json >index 3e0d09dd8bc71a18c42697fc66134987d25bbc7a..62ad3f414afd29f59bb569e4cceb31a5328e173b 100644 >--- a/Source/JavaScriptCore/features.json >+++ b/Source/JavaScriptCore/features.json >@@ -98,8 +98,8 @@ > { > "name": "Async Iteration", > "status": { >- "status": "In Development", >- "enabled-by-default": false >+ "status": "Supported", >+ "enabled-by-default": true > }, > "url": "https://tc39.github.io/proposal-async-iteration/", > "documentation-url": "http://2ality.com/2016/10/asynchronous-iteration.html", >@@ -229,8 +229,8 @@ > { > "name": "Object rest/spread", > "status": { >- "status": "In Development", >- "enabled-by-default": false >+ "status": "Supported", >+ "enabled-by-default": true > }, > "url": "https://github.com/tc39/proposal-object-rest-spread", > "documentation-url": "http://2ality.com/2016/10/rest-spread-properties.html",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193797
: 360047