Replace es7id tags with id

This commit is contained in:
Leonardo Balter 2016-02-04 19:12:53 -02:00 committed by Gorkem Yakin
parent 76080eac08
commit ebda746e6a
79 changed files with 79 additions and 79 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.getfloat32
description: > description: >
DataView.prototype.getFloat32.length is 1. DataView.prototype.getFloat32.length is 1.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.getfloat64
description: > description: >
DataView.prototype.getFloat64.length is 1. DataView.prototype.getFloat64.length is 1.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.getint16
description: > description: >
DataView.prototype.getInt16.length is 1. DataView.prototype.getInt16.length is 1.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.getint32
description: > description: >
DataView.prototype.getInt32.length is 1. DataView.prototype.getInt32.length is 1.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.getuint16
description: > description: >
DataView.prototype.getUint16.length is 1. DataView.prototype.getUint16.length is 1.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.getuint32
description: > description: >
DataView.prototype.getUint32.length is 1. DataView.prototype.getUint32.length is 1.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.13 id: sec-dataview.prototype.setfloat32
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.setfloat32
description: > description: >
DataView.prototype.setFloat32.length is 2. DataView.prototype.setFloat32.length is 2.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.13 id: sec-dataview.prototype.setfloat32
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.14 id: sec-dataview.prototype.setfloat64
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.setfloat64
description: > description: >
DataView.prototype.setFloat64.length is 2. DataView.prototype.setFloat64.length is 2.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.14 id: sec-dataview.prototype.setfloat64
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.16 id: sec-dataview.prototype.setint16
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.setint16
description: > description: >
DataView.prototype.setInt16.length is 2. DataView.prototype.setInt16.length is 2.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.16 id: sec-dataview.prototype.setint16
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.17 id: sec-dataview.prototype.setint32
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.setint32
description: > description: >
DataView.prototype.setInt32.length is 2. DataView.prototype.setInt32.length is 2.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.17 id: sec-dataview.prototype.setint32
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.15 id: sec-dataview.prototype.setint8
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.15 id: sec-dataview.prototype.setint8
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.19 id: sec-dataview.prototype.setuint16
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.setuint16
description: > description: >
DataView.prototype.setUint16.length is 2. DataView.prototype.setUint16.length is 2.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.19 id: sec-dataview.prototype.setuint16
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.20 id: sec-dataview.prototype.setuint32
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-dataview.prototype.setuint32
description: > description: >
DataView.prototype.setUint32.length is 2. DataView.prototype.setUint32.length is 2.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.20 id: sec-dataview.prototype.setuint32
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.18 id: sec-dataview.prototype.setuint8
description: > description: >
Throws a RangeError if the index is negative or non-integral number. Throws a RangeError if the index is negative or non-integral number.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 24.2.4.18 id: sec-dataview.prototype.setuint8
description: > description: >
Index bounds checks are performed after value conversion. Index bounds checks are performed after value conversion.
info: > info: >

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries should terminate if getting a value throws an exception description: Object.entries should terminate if getting a value throws an exception
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries should fail if given a null or undefined value description: Object.entries should fail if given a null or undefined value
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries should have length 1 description: Object.entries should have length 1
es7id: pending
author: Jordan Harband author: Jordan Harband
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries should have name property with value 'entries' description: Object.entries should have name property with value 'entries'
es7id: pending
author: Jordan Harband author: Jordan Harband
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries should be writable, non-enumerable, and configurable description: Object.entries should be writable, non-enumerable, and configurable
es7id: pending
author: Jordan Harband author: Jordan Harband
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries does not see a new element added by a getter that is hit during iteration description: Object.entries does not see a new element added by a getter that is hit during iteration
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries does not see an element made non-enumerable by a getter that is hit during iteration description: Object.entries does not see an element made non-enumerable by a getter that is hit during iteration
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries does not see an element removed by a getter that is hit during iteration description: Object.entries does not see an element removed by a getter that is hit during iteration
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries does not see inherited properties. description: Object.entries does not see inherited properties.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries should perform observable operations in the correct order description: Object.entries should perform observable operations in the correct order
es7id: pending
author: Jordan Harband author: Jordan Harband
features: [Proxy] features: [Proxy]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries accepts boolean primitives. description: Object.entries accepts boolean primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries accepts number primitives. description: Object.entries accepts number primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries accepts string primitives. description: Object.entries accepts string primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries accepts Symbol primitives. description: Object.entries accepts Symbol primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
features: [Symbol] features: [Symbol]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: Object.entries does not include Symbol keys. description: Object.entries does not include Symbol keys.
es7id: pending
author: Jordan Harband author: Jordan Harband
features: [Symbol] features: [Symbol]
---*/ ---*/

View File

@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: > description: >
Object.entries should not have its behavior impacted by modifications to the global property Object Object.entries should not have its behavior impacted by modifications to the global property Object
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.entries
description: > description: >
Object.entries should not have its behavior impacted by modifications to Object.keys Object.entries should not have its behavior impacted by modifications to Object.keys
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values should terminate if getting a value throws an exception description: Object.values should terminate if getting a value throws an exception
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values should fail if given a null or undefined value description: Object.values should fail if given a null or undefined value
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values should have length 1 description: Object.values should have length 1
es7id: pending
author: Jordan Harband author: Jordan Harband
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values should have name property with value 'values' description: Object.values should have name property with value 'values'
es7id: pending
author: Jordan Harband author: Jordan Harband
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values should be writable, non-enumerable, and configurable description: Object.values should be writable, non-enumerable, and configurable
es7id: pending
author: Jordan Harband author: Jordan Harband
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values does not see a new element added by a getter that is hit during iteration description: Object.values does not see a new element added by a getter that is hit during iteration
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values does not see an element made non-enumerable by a getter that is hit during iteration description: Object.values does not see an element made non-enumerable by a getter that is hit during iteration
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values does not see an element removed by a getter that is hit during iteration description: Object.values does not see an element removed by a getter that is hit during iteration
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values does not see inherited properties. description: Object.values does not see inherited properties.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values should perform observable operations in the correct order description: Object.values should perform observable operations in the correct order
es7id: pending
author: Jordan Harband author: Jordan Harband
features: [Proxy] features: [Proxy]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values accepts boolean primitives. description: Object.values accepts boolean primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values accepts number primitives. description: Object.values accepts number primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values accepts string primitives. description: Object.values accepts string primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values accepts Symbol primitives. description: Object.values accepts Symbol primitives.
es7id: pending
author: Jordan Harband author: Jordan Harband
features: [Symbol] features: [Symbol]
---*/ ---*/

View File

@ -2,8 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: Object.values does not include Symbol keys. description: Object.values does not include Symbol keys.
es7id: pending
author: Jordan Harband author: Jordan Harband
features: [Symbol] features: [Symbol]
---*/ ---*/

View File

@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: > description: >
Object.values should not have its behavior impacted by modifications to the global property Object Object.values should not have its behavior impacted by modifications to the global property Object
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.values
description: > description: >
Object.values should not have its behavior impacted by modifications to Object.keys Object.values should not have its behavior impacted by modifications to Object.keys
es7id: pending
author: Jordan Harband author: Jordan Harband
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 21.2.5.11 id: sec-regexp.prototype-@@split
description: The `lastIndex` property is clamped to the string size. description: The `lastIndex` property is clamped to the string size.
info: > info: >
RegExp.prototype [ @@split ] ( string, limit ) RegExp.prototype [ @@split ] ( string, limit )

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.2.1 id: sec-arrow-function-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if an arrow function contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if an arrow function contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.1.2 id: sec-function-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if a function contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if a function contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.4.1 id: sec-generator-function-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if a generator contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if a generator contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.4.1 id: sec-generator-function-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if a generator method contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if a generator method contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.3.1 id: sec-method-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if a setter method contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if a setter method contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.3.1 id: sec-method-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if a method contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if a method contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.1.19 id: sec-function-definitions-runtime-semantics-iteratorbindinginitialization
description: If a computed property key contains a direct eval call, a new declarative environment is created. description: If a computed property key contains a direct eval call, a new declarative environment is created.
info: > info: >
Runtime Semantics: IteratorBindingInitialization Runtime Semantics: IteratorBindingInitialization

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.1.19 id: sec-function-definitions-runtime-semantics-iteratorbindinginitialization
description: If a property initializer contains a direct eval call, a new declarative environment is created. description: If a property initializer contains a direct eval call, a new declarative environment is created.
info: > info: >
Runtime Semantics: IteratorBindingInitialization Runtime Semantics: IteratorBindingInitialization

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 13.3.3 id: sec-destructuring-binding-patterns
description: > description: >
The rest parameter can be a binding pattern. The rest parameter can be a binding pattern.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 13.3.3 id: sec-destructuring-binding-patterns
description: > description: >
The rest parameter can be a binding pattern. The rest parameter can be a binding pattern.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.1.2 id: sec-function-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if a function contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if a function contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: 14.4.1 id: sec-generator-function-definitions-static-semantics-early-errors
description: > description: >
A SyntaxError is thrown if a generator contains a non-simple parameter list and a UseStrict directive. A SyntaxError is thrown if a generator contains a non-simple parameter list and a UseStrict directive.
info: > info: >

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-if-statement-runtime-semantics-evaluation
description: description:
Completion value when expression is false with an `else` clause and body Completion value when expression is false with an `else` clause and body
returns an empty abrupt completion returns an empty abrupt completion

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-if-statement-runtime-semantics-evaluation
description: > description: >
Completion value when expression is true with an `else` clause and body Completion value when expression is true with an `else` clause and body
returns an abrupt completion returns an abrupt completion

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-if-statement-runtime-semantics-evaluation
description: > description: >
Completion value when expression is true without an `else` clause and body Completion value when expression is true without an `else` clause and body
returns an empty abrupt completion returns an empty abrupt completion

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es7id: pending id: sec-with-statement-runtime-semantics-evaluation
description: > description: >
Statement completion value when body returns an empty abrupt completion Statement completion value when body returns an empty abrupt completion
info: > info: >