mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Replace es7id tags with id
This commit is contained in:
parent
76080eac08
commit
ebda746e6a
test
built-ins
DataView/prototype
getFloat32
getFloat64
getInt16
getInt32
getUint16
getUint32
setFloat32
setFloat64
setInt16
setInt32
setInt8
setUint16
setUint32
setUint8
Object
entries
exception-during-enumeration.jsexception-not-object-coercible.jsfunction-length.jsfunction-name.jsfunction-property-descriptor.jsgetter-adding-key.jsgetter-making-future-key-nonenumerable.jsgetter-removing-future-key.jsinherited-properties-omitted.jsobservable-operations.jsprimitive-booleans.jsprimitive-numbers.jsprimitive-strings.jsprimitive-symbols.jssymbols-omitted.jstamper-with-global-object.jstamper-with-object-keys.js
values
exception-during-enumeration.jsexception-not-object-coercible.jsfunction-length.jsfunction-name.jsfunction-property-descriptor.jsgetter-adding-key.jsgetter-making-future-key-nonenumerable.jsgetter-removing-future-key.jsinherited-properties-omitted.jsobservable-operations.jsprimitive-booleans.jsprimitive-numbers.jsprimitive-strings.jsprimitive-symbols.jssymbols-omitted.jstamper-with-global-object.jstamper-with-object-keys.js
RegExp/prototype/Symbol.split
language
expressions
arrow-function/syntax/early-errors
function
generators
object/method-definition
function-code
rest-parameters
statements
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.getfloat32
|
||||
description: >
|
||||
DataView.prototype.getFloat32.length is 1.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.getfloat64
|
||||
description: >
|
||||
DataView.prototype.getFloat64.length is 1.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.getint16
|
||||
description: >
|
||||
DataView.prototype.getInt16.length is 1.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.getint32
|
||||
description: >
|
||||
DataView.prototype.getInt32.length is 1.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.getuint16
|
||||
description: >
|
||||
DataView.prototype.getUint16.length is 1.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.getuint32
|
||||
description: >
|
||||
DataView.prototype.getUint32.length is 1.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.13
|
||||
id: sec-dataview.prototype.setfloat32
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.setfloat32
|
||||
description: >
|
||||
DataView.prototype.setFloat32.length is 2.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.13
|
||||
id: sec-dataview.prototype.setfloat32
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.14
|
||||
id: sec-dataview.prototype.setfloat64
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.setfloat64
|
||||
description: >
|
||||
DataView.prototype.setFloat64.length is 2.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.14
|
||||
id: sec-dataview.prototype.setfloat64
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.16
|
||||
id: sec-dataview.prototype.setint16
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.setint16
|
||||
description: >
|
||||
DataView.prototype.setInt16.length is 2.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.16
|
||||
id: sec-dataview.prototype.setint16
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.17
|
||||
id: sec-dataview.prototype.setint32
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.setint32
|
||||
description: >
|
||||
DataView.prototype.setInt32.length is 2.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.17
|
||||
id: sec-dataview.prototype.setint32
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.15
|
||||
id: sec-dataview.prototype.setint8
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.15
|
||||
id: sec-dataview.prototype.setint8
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.19
|
||||
id: sec-dataview.prototype.setuint16
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.setuint16
|
||||
description: >
|
||||
DataView.prototype.setUint16.length is 2.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.19
|
||||
id: sec-dataview.prototype.setuint16
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.20
|
||||
id: sec-dataview.prototype.setuint32
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-dataview.prototype.setuint32
|
||||
description: >
|
||||
DataView.prototype.setUint32.length is 2.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.20
|
||||
id: sec-dataview.prototype.setuint32
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.18
|
||||
id: sec-dataview.prototype.setuint8
|
||||
description: >
|
||||
Throws a RangeError if the index is negative or non-integral number.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 24.2.4.18
|
||||
id: sec-dataview.prototype.setuint8
|
||||
description: >
|
||||
Index bounds checks are performed after value conversion.
|
||||
info: >
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.entries
|
||||
description: Object.entries should have length 1
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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'
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
features: [Proxy]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.entries
|
||||
description: Object.entries accepts boolean primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.entries
|
||||
description: Object.entries accepts number primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.entries
|
||||
description: Object.entries accepts string primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.entries
|
||||
description: Object.entries accepts Symbol primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
features: [Symbol]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
features: [Symbol]
|
||||
---*/
|
||||
|
@ -2,9 +2,9 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.entries
|
||||
description: >
|
||||
Object.entries should not have its behavior impacted by modifications to the global property Object
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.entries
|
||||
description: >
|
||||
Object.entries should not have its behavior impacted by modifications to Object.keys
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.values
|
||||
description: Object.values should have length 1
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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'
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
features: [Proxy]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.values
|
||||
description: Object.values accepts boolean primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.values
|
||||
description: Object.values accepts number primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.values
|
||||
description: Object.values accepts string primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.values
|
||||
description: Object.values accepts Symbol primitives.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
features: [Symbol]
|
||||
---*/
|
||||
|
@ -2,8 +2,8 @@
|
||||
// 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.
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
features: [Symbol]
|
||||
---*/
|
||||
|
@ -2,9 +2,9 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.values
|
||||
description: >
|
||||
Object.values should not have its behavior impacted by modifications to the global property Object
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
id: sec-object.values
|
||||
description: >
|
||||
Object.values should not have its behavior impacted by modifications to Object.keys
|
||||
es7id: pending
|
||||
author: Jordan Harband
|
||||
---*/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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.
|
||||
info: >
|
||||
RegExp.prototype [ @@split ] ( string, limit )
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if an arrow function contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if a function contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if a generator contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if a generator method contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if a setter method contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if a method contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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.
|
||||
info: >
|
||||
Runtime Semantics: IteratorBindingInitialization
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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.
|
||||
info: >
|
||||
Runtime Semantics: IteratorBindingInitialization
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 13.3.3
|
||||
id: sec-destructuring-binding-patterns
|
||||
description: >
|
||||
The rest parameter can be a binding pattern.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: 13.3.3
|
||||
id: sec-destructuring-binding-patterns
|
||||
description: >
|
||||
The rest parameter can be a binding pattern.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if a function contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 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: >
|
||||
A SyntaxError is thrown if a generator contains a non-simple parameter list and a UseStrict directive.
|
||||
info: >
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-if-statement-runtime-semantics-evaluation
|
||||
description:
|
||||
Completion value when expression is false with an `else` clause and body
|
||||
returns an empty abrupt completion
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-if-statement-runtime-semantics-evaluation
|
||||
description: >
|
||||
Completion value when expression is true with an `else` clause and body
|
||||
returns an abrupt completion
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-if-statement-runtime-semantics-evaluation
|
||||
description: >
|
||||
Completion value when expression is true without an `else` clause and body
|
||||
returns an empty abrupt completion
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es7id: pending
|
||||
id: sec-with-statement-runtime-semantics-evaluation
|
||||
description: >
|
||||
Statement completion value when body returns an empty abrupt completion
|
||||
info: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user