Title: [193854] trunk/Source/_javascript_Core
Revision
193854
Author
sbar...@apple.com
Date
2015-12-09 12:22:51 -0800 (Wed, 09 Dec 2015)

Log Message

Update generators' features.json to indicate that we have a spec compliant implementation
https://bugs.webkit.org/show_bug.cgi?id=152085

Reviewed by Joseph Pecoraro.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (193853 => 193854)


--- trunk/Source/_javascript_Core/ChangeLog	2015-12-09 20:12:29 UTC (rev 193853)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-12-09 20:22:51 UTC (rev 193854)
@@ -1,5 +1,14 @@
 2015-12-09  Saam barati  <sbar...@apple.com>
 
+        Update generators' features.json to indicate that we have a spec compliant implementation
+        https://bugs.webkit.org/show_bug.cgi?id=152085
+
+        Reviewed by Joseph Pecoraro.
+
+        * features.json:
+
+2015-12-09  Saam barati  <sbar...@apple.com>
+
         Update features.json w.r.t tail calls
         https://bugs.webkit.org/show_bug.cgi?id=152072
 

Modified: trunk/Source/_javascript_Core/features.json (193853 => 193854)


--- trunk/Source/_javascript_Core/features.json	2015-12-09 20:12:29 UTC (rev 193853)
+++ trunk/Source/_javascript_Core/features.json	2015-12-09 20:22:51 UTC (rev 193854)
@@ -128,12 +128,12 @@
     {
         "name": "Generators",
         "status": {
-            "status": "In Development",
+            "status": "Done",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-generator-objects",
         "specification": "ES6",
-        "description": "An iterative function object that is interruptable and resumable.",
+        "description": "An iterative function object that is interruptible and resumable. Generators are currently spec compliant, however, we're still actively working on improving their performance.",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=150290",
         "documentation-url": "https://hacks.mozilla.org/2015/05/es6-in-depth-generators/",
         "contact": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to