Changeset 184880 in webkit for trunk/Source/JavaScriptCore


Ignore:
Timestamp:
May 26, 2015, 3:06:33 PM (10 years ago)
Author:
Yusuke Suzuki
Message:

Add Array.prototype.copyWithin to JSC features.json
https://bugs.webkit.org/show_bug.cgi?id=145387

Reviewed by Darin Adler.

  • features.json:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r184871 r184880  
     12015-05-26  Yusuke Suzuki  <[email protected]>
     2
     3        Add Array.prototype.copyWithin to JSC features.json
     4        https://bugs.webkit.org/show_bug.cgi?id=145387
     5
     6        Reviewed by Darin Adler.
     7
     8        * features.json:
     9
    1102015-05-26  Yusuke Suzuki  <[email protected]>
    211
  • trunk/Source/JavaScriptCore/features.json

    r184344 r184880  
    2525    },
    2626    {
     27        "name": "Array.prototype.copyWithin",
     28        "status": {
     29            "status": "Done",
     30            "enabled-by-default": true
     31        },
     32        "url": "https://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.copywithin",
     33        "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin",
     34        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=145107",
     35        "specification": "ES6",
     36        "contact": {
     37            "name": "Yusuke Suzuki",
     38            "email": "[email protected]"
     39        }
     40    },
     41    {
    2742        "name": "Array.prototype.includes",
    2843        "status": {
Note: See TracChangeset for help on using the changeset viewer.