RESOLVED FIXED151740
Update JSC feature list for rest parameters and generators
https://bugs.webkit.org/show_bug.cgi?id=151740
Summary Update JSC feature list for rest parameters and generators
Saam Barati
Reported 2015-12-01 23:28:26 PST
...
Attachments
patch (2.33 KB, patch)
2015-12-07 14:07 PST, Saam Barati
no flags
Saam Barati
Comment 1 2015-12-07 14:07:06 PST
Joseph Pecoraro
Comment 2 2015-12-07 14:12:48 PST
Comment on attachment 266812 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=266812&action=review r=me > Source/JavaScriptCore/features.json:132 > "status": "In Development", > - "enabled-by-default": false > + "enabled-by-default": true Should this be "Done" or is it still in development? > Source/JavaScriptCore/features.json:230 > + "name": "Rest Parameter", Should this be plural? Sometimes it is and isn't, but I think most of the time I've seen it pluralized.
Saam Barati
Comment 3 2015-12-07 14:39:48 PST
Comment on attachment 266812 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=266812&action=review >> Source/JavaScriptCore/features.json:132 >> + "enabled-by-default": true > > Should this be "Done" or is it still in development? It's still under active development but it also works. I think In Development is an okay name. >> Source/JavaScriptCore/features.json:230 >> + "name": "Rest Parameter", > > Should this be plural? Sometimes it is and isn't, but I think most of the time I've seen it pluralized. I've seen it both ways too. It doesn't help that the title of of this page on MDN is "rest parameters" and the first sentence starts with "the rest parameter" (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters). I think singular is more correct because it is a single parameter that gathers an array of the rest of the arguments.
WebKit Commit Bot
Comment 4 2015-12-07 15:16:12 PST
Comment on attachment 266812 [details] patch Clearing flags on attachment: 266812 Committed r193659: <http://trac.webkit.org/changeset/193659>
WebKit Commit Bot
Comment 5 2015-12-07 15:16:16 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.