Skip to content
Snippets Groups Projects
Commit a801bdf7 authored by Rick Waldron's avatar Rick Waldron
Browse files

Fix frontmatter

parent 204afb7b
No related branches found
No related tags found
No related merge requests found
Showing
with 63 additions and 60 deletions
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-integerindexedelementget
info: >
esid: sec-integerindexedelementget
description: >
"Infinity" is a canonical numeric string, test with access on detached buffer.
description: |
info: |
9.4.5.4 [[Get]] ( P, Receiver )
...
2. If Type(P) is String, then
......@@ -27,6 +27,7 @@ description: |
...
includes: [testTypedArray.js, detachArrayBuffer.js]
features: [TypedArray]
---*/
testWithTypedArrayConstructors(function(TA) {
......
......@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-integer-indexed-exotic-objects-getownproperty-p
info: Test for-in enumeration with detached buffer.
description: |
esid: sec-integer-indexed-exotic-objects-getownproperty-p
description: Test for-in enumeration with detached buffer.
info: |
9.4.5.1 [[GetOwnProperty]] ( P )
...
3. If Type(P) is String, then
......@@ -27,6 +27,7 @@ description: |
calling its [[GetOwnProperty]] internal method.
includes: [testTypedArray.js, detachArrayBuffer.js]
features: [TypedArray]
---*/
testWithTypedArrayConstructors(function(TA) {
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-integer-indexed-exotic-objects-hasproperty-p
info: >
esid: sec-integer-indexed-exotic-objects-hasproperty-p
description: >
"Infinity" is a canonical numeric string, test with access on detached buffer.
description: |
info: |
9.4.5.2 [[HasProperty]]( P )
...
3. If Type(P) is String, then
......@@ -23,6 +23,7 @@ description: |
flags: [noStrict]
includes: [testTypedArray.js, detachArrayBuffer.js]
features: [TypedArray]
---*/
testWithTypedArrayConstructors(function(TA) {
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Direct eval call with empty leading spread.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Direct eval call with empty trailing spread.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Direct eval call with empty spread.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Direct eval call with spread.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
3. If Type(ref) is Reference and IsPropertyReference(ref) is false and GetReferencedName(ref) is "eval", then
......
......@@ -2,11 +2,11 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Check TypeError is thrown from correct realm with tco-call to class constructor from derived
class [[Construct]] invocation.
description: |
info: |
12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition )
...
4. If tailPosition is true, perform PrepareForTailCall().
......
......@@ -2,11 +2,11 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Check TypeError is thrown from correct realm with tco-call to class constructor from
class [[Construct]] invocation.
description: |
info: |
12.3.4.3 Runtime Semantics: EvaluateDirectCall( func, thisValue, arguments, tailPosition )
...
4. If tailPosition is true, perform PrepareForTailCall().
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
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 )
...
4. If tailPosition is true, perform PrepareForTailCall().
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
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 )
...
4. If tailPosition is true, perform PrepareForTailCall().
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Tail-call with identifier named "eval" in function environment, local "eval" binding dynamically added.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Tail-call with identifier named "eval" in function environment.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Tail-call with identifier named "eval" in global environment.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and
......
......@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-function-calls-runtime-semantics-evaluation
info: >
esid: sec-function-calls-runtime-semantics-evaluation
description: >
Tail-call with identifier named "eval" in object environment.
description: |
info: |
12.3.4.1 Runtime Semantics: Evaluation
...
6. If Type(ref) is Reference and IsPropertyReference(ref) is false and
......
......@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-names-and-keywords
info: Test grandfathered characters of ID_Continue.
description: >
esid: sec-names-and-keywords
description: Test grandfathered characters of ID_Continue.
info: >
Grandfathered characters (Other_ID_Start + Other_ID_Continue)
---*/
......
......@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-names-and-keywords
info: Test grandfathered characters of ID_Continue.
description: >
esid: sec-names-and-keywords
description: Test grandfathered characters of ID_Continue.
info: >
Grandfathered characters (Other_ID_Start + Other_ID_Continue)
---*/
......
......@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-names-and-keywords
info: Test grandfathered characters of ID_Start.
description: >
esid: sec-names-and-keywords
description: Test grandfathered characters of ID_Start.
info: >
Grandfathered characters (Other_ID_Start)
---*/
......
......@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-names-and-keywords
info: Test grandfathered characters of ID_Start.
description: >
esid: sec-names-and-keywords
description: Test grandfathered characters of ID_Start.
info: |
Grandfathered characters (Other_ID_Start)
---*/
......
......@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
id: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character.
description: >
esid: sec-names-and-keywords
description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character.
info: >
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative:
type: SyntaxError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment