Changeset 184880 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- May 26, 2015, 3:06:33 PM (10 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r184871 r184880 1 2015-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 1 10 2015-05-26 Yusuke Suzuki <[email protected]> 2 11 -
trunk/Source/JavaScriptCore/features.json
r184344 r184880 25 25 }, 26 26 { 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 { 27 42 "name": "Array.prototype.includes", 28 43 "status": {
Note:
See TracChangeset
for help on using the changeset viewer.