Fix frontmatter

This commit is contained in:
Rick Waldron 2017-12-19 15:40:12 -05:00
parent 204afb7ba6
commit a801bdf786
29 changed files with 86 additions and 83 deletions

View File

@ -2,10 +2,10 @@
// 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-integerindexedelementget esid: sec-integerindexedelementget
info: > description: >
"Infinity" is a canonical numeric string, test with access on detached buffer. "Infinity" is a canonical numeric string, test with access on detached buffer.
description: | info: |
9.4.5.4 [[Get]] ( P, Receiver ) 9.4.5.4 [[Get]] ( P, Receiver )
... ...
2. If Type(P) is String, then 2. If Type(P) is String, then
@ -27,6 +27,7 @@ description: |
... ...
includes: [testTypedArray.js, detachArrayBuffer.js] includes: [testTypedArray.js, detachArrayBuffer.js]
features: [TypedArray]
---*/ ---*/
testWithTypedArrayConstructors(function(TA) { testWithTypedArrayConstructors(function(TA) {

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-integer-indexed-exotic-objects-getownproperty-p esid: sec-integer-indexed-exotic-objects-getownproperty-p
info: Test for-in enumeration with detached buffer. description: Test for-in enumeration with detached buffer.
description: | info: |
9.4.5.1 [[GetOwnProperty]] ( P ) 9.4.5.1 [[GetOwnProperty]] ( P )
... ...
3. If Type(P) is String, then 3. If Type(P) is String, then
@ -27,6 +27,7 @@ description: |
calling its [[GetOwnProperty]] internal method. calling its [[GetOwnProperty]] internal method.
includes: [testTypedArray.js, detachArrayBuffer.js] includes: [testTypedArray.js, detachArrayBuffer.js]
features: [TypedArray]
---*/ ---*/
testWithTypedArrayConstructors(function(TA) { testWithTypedArrayConstructors(function(TA) {

View File

@ -2,10 +2,10 @@
// 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-integer-indexed-exotic-objects-hasproperty-p esid: sec-integer-indexed-exotic-objects-hasproperty-p
info: > description: >
"Infinity" is a canonical numeric string, test with access on detached buffer. "Infinity" is a canonical numeric string, test with access on detached buffer.
description: | info: |
9.4.5.2 [[HasProperty]]( P ) 9.4.5.2 [[HasProperty]]( P )
... ...
3. If Type(P) is String, then 3. If Type(P) is String, then
@ -23,6 +23,7 @@ description: |
flags: [noStrict] flags: [noStrict]
includes: [testTypedArray.js, detachArrayBuffer.js] includes: [testTypedArray.js, detachArrayBuffer.js]
features: [TypedArray]
---*/ ---*/
testWithTypedArrayConstructors(function(TA) { testWithTypedArrayConstructors(function(TA) {

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Direct eval call with empty leading spread. Direct eval call with empty leading spread.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then 3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Direct eval call with empty trailing spread. Direct eval call with empty trailing spread.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then 3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Direct eval call with empty spread. Direct eval call with empty spread.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then 3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Direct eval call with spread. Direct eval call with spread.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then 3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then

View File

@ -2,11 +2,11 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Check TypeError is thrown from correct realm with tco-call to class constructor from derived Check TypeError is thrown from correct realm with tco-call to class constructor from derived
class [[Construct]] invocation. class [[Construct]] invocation.
description: | info: |
12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition ) 12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition )
... ...
4. If tailPosition is true, perform PrepareForTailCall(). 4. If tailPosition is true, perform PrepareForTailCall().

View File

@ -2,11 +2,11 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Check TypeError is thrown from correct realm with tco-call to class constructor from Check TypeError is thrown from correct realm with tco-call to class constructor from
class [[Construct]] invocation. class [[Construct]] invocation.
description: | info: |
12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition ) 12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition )
... ...
4. If tailPosition is true, perform PrepareForTailCall(). 4. If tailPosition is true, perform PrepareForTailCall().

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Check TypeError is thrown from correct realm with tco-call to class constructor from [[Call]] invocation. Check TypeError is thrown from correct realm with tco-call to class constructor from [[Call]] invocation.
description: | info: |
12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition ) 12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition )
... ...
4. If tailPosition is true, perform PrepareForTailCall(). 4. If tailPosition is true, perform PrepareForTailCall().

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Check TypeError is thrown from correct realm with tco-call to class constructor from [[Construct]] invocation. Check TypeError is thrown from correct realm with tco-call to class constructor from [[Construct]] invocation.
description: | info: |
12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition ) 12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition )
... ...
4. If tailPosition is true, perform PrepareForTailCall(). 4. If tailPosition is true, perform PrepareForTailCall().

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Tail-call with identifier named "eval" in function environment, local "eval" binding dynamically added. Tail-call with identifier named "eval" in function environment, local "eval" binding dynamically added.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and 6. If Type(ref) is Reference and IsPropertyReference(ref) is false and

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Tail-call with identifier named "eval" in function environment. Tail-call with identifier named "eval" in function environment.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and 6. If Type(ref) is Reference and IsPropertyReference(ref) is false and

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Tail-call with identifier named "eval" in global environment. Tail-call with identifier named "eval" in global environment.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and 6. If Type(ref) is Reference and IsPropertyReference(ref) is false and

View File

@ -2,10 +2,10 @@
// 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-function-calls-runtime-semantics-evaluation esid: sec-function-calls-runtime-semantics-evaluation
info: > description: >
Tail-call with identifier named "eval" in object environment. Tail-call with identifier named "eval" in object environment.
description: | info: |
12.3.4.1 Runtime Semantics: Evaluation 12.3.4.1 Runtime Semantics: Evaluation
... ...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and 6. If Type(ref) is Reference and IsPropertyReference(ref) is false and

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-names-and-keywords esid: sec-names-and-keywords
info: Test grandfathered characters of ID_Continue. description: Test grandfathered characters of ID_Continue.
description: > info: >
Grandfathered characters (Other_ID_Start + Other_ID_Continue) Grandfathered characters (Other_ID_Start + Other_ID_Continue)
---*/ ---*/

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-names-and-keywords esid: sec-names-and-keywords
info: Test grandfathered characters of ID_Continue. description: Test grandfathered characters of ID_Continue.
description: > info: >
Grandfathered characters (Other_ID_Start + Other_ID_Continue) Grandfathered characters (Other_ID_Start + Other_ID_Continue)
---*/ ---*/

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-names-and-keywords esid: sec-names-and-keywords
info: Test grandfathered characters of ID_Start. description: Test grandfathered characters of ID_Start.
description: > info: >
Grandfathered characters (Other_ID_Start) Grandfathered characters (Other_ID_Start)
---*/ ---*/

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-names-and-keywords esid: sec-names-and-keywords
info: Test grandfathered characters of ID_Start. description: Test grandfathered characters of ID_Start.
description: > info: |
Grandfathered characters (Other_ID_Start) Grandfathered characters (Other_ID_Start)
---*/ ---*/

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-names-and-keywords esid: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character. description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character.
description: > info: >
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:]. VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative: negative:
type: SyntaxError type: SyntaxError

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-names-and-keywords esid: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character. description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character.
description: > info: >
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:]. VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative: negative:
type: SyntaxError type: SyntaxError

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-names-and-keywords esid: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character. description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character.
description: > info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:]. VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative: negative:
type: SyntaxError type: SyntaxError

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-names-and-keywords esid: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character. description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character.
description: > info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:]. VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative: negative:
type: SyntaxError type: SyntaxError

View File

@ -2,10 +2,10 @@
// 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-enumerate-object-properties esid: sec-enumerate-object-properties
info: > description: >
Test for-in enumeration with uninitialized binding. Test for-in enumeration with uninitialized binding.
description: | info: |
13.7.5.15 EnumerateObjectProperties (O) 13.7.5.15 EnumerateObjectProperties (O)
... ...
EnumerateObjectProperties must obtain the own property keys of the EnumerateObjectProperties must obtain the own property keys of the

View File

@ -2,10 +2,10 @@
// 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.prototype.hasownproperty esid: sec-object.prototype.hasownproperty
info: > description: >
Test Object.prototype.hasOwnProperty() with uninitialized binding. Test Object.prototype.hasOwnProperty() with uninitialized binding.
description: | info: |
19.1.3.2 Object.prototype.hasOwnProperty ( V ) 19.1.3.2 Object.prototype.hasOwnProperty ( V )
... ...
3. Return ? HasOwnProperty(O, P). 3. Return ? HasOwnProperty(O, P).

View File

@ -2,10 +2,10 @@
// 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.keys esid: sec-object.keys
info: > description: >
Test Object.keys() with uninitialized binding. Test Object.keys() with uninitialized binding.
description: | info: |
19.1.2.16 Object.keys ( O ) 19.1.2.16 Object.keys ( O )
... ...
2. Let nameList be ? EnumerableOwnProperties(obj, "key"). 2. Let nameList be ? EnumerableOwnProperties(obj, "key").

View File

@ -2,10 +2,10 @@
// 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.prototype.propertyisenumerable esid: sec-object.prototype.propertyisenumerable
info: > description: >
Test Object.prototype.propertyIsEnumerable() with uninitialized binding. Test Object.prototype.propertyIsEnumerable() with uninitialized binding.
description: | info: |
19.1.3.4 Object.prototype.propertyIsEnumerable ( V ) 19.1.3.4 Object.prototype.propertyIsEnumerable ( V )
... ...
3. Let desc be ? O.[[GetOwnProperty]](P). 3. Let desc be ? O.[[GetOwnProperty]](P).

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.
/*--- /*---
id: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset esid: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset
description: > description: >
Generators should be closed via their `return` method when iteration is Generators should be closed via their `return` method when iteration is
interrupted via a `continue` statement. interrupted via a `continue` statement.

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.
/*--- /*---
id: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset esid: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset
description: > description: >
Iterators should be closed via their `return` method when iteration is Iterators should be closed via their `return` method when iteration is
interrupted via a `continue` statement. interrupted via a `continue` statement.