Title: [189054] trunk/Source/_javascript_Core
Revision
189054
Author
j...@apple.com
Date
2015-08-27 14:26:24 -0700 (Thu, 27 Aug 2015)

Log Message

Include ES6 Generators and Proxy object status to feature status page.
https://bugs.webkit.org/show_bug.cgi?id=148095

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (189053 => 189054)


--- trunk/Source/_javascript_Core/ChangeLog	2015-08-27 21:25:55 UTC (rev 189053)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-08-27 21:26:24 UTC (rev 189054)
@@ -1,3 +1,12 @@
+2015-08-27  Jon Davis  <j...@apple.com>
+
+        Include ES6 Generators and Proxy object status to feature status page.
+        https://bugs.webkit.org/show_bug.cgi?id=148095
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2015-08-27  Filip Pizlo  <fpi...@apple.com>
 
         Unreviewed, add a comment to describe something I learned about a confusingly-named function.

Modified: trunk/Source/_javascript_Core/features.json (189053 => 189054)


--- trunk/Source/_javascript_Core/features.json	2015-08-27 21:25:55 UTC (rev 189053)
+++ trunk/Source/_javascript_Core/features.json	2015-08-27 21:26:24 UTC (rev 189054)
@@ -78,6 +78,20 @@
         "description": "The new class syntax of ES6 provides a new syntax to define and extend _javascript_ objects. The class syntax is a new notation, objects still use prototypal inheritance."
     },
     {
+        "name": "Generators (ES6)",
+        "status": {
+            "status": "No active development"
+        },
+        "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.",
+        "contact": {
+            "name": "Jon Davis",
+            "twitter": "@jonathandavis",
+            "email": "web-evangel...@apple.com"
+        }
+    },
+    {
         "name": "Map data structure",
         "status": {
             "status": "Done",
@@ -125,6 +139,20 @@
         "specification": "ES6"
     },
     {
+        "name": "Proxy Objects (ES6)",
+        "status": {
+            "status": "No active development"
+        },
+        "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-proxy-objects",
+        "specification": "ES6",
+        "description": "An intermediary object that defines custom basic behaviors of another object such as property lookup, assignment, enumeration.",
+        "contact": {
+            "name": "Jon Davis",
+            "twitter": "@jonathandavis",
+            "email": "web-evangel...@apple.com"
+        }
+    },
+    {
         "name": "Set data structure",
         "status": {
             "status": "Done",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to