mirror of https://github.com/tc39/test262.git
Add `esid` metadata
This commit is contained in:
parent
6870cc4a77
commit
a3a5bedee4
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-15-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-4-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(+=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T4
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x += y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-20-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-9-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(&=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T9
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x &= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-13-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-2-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(/=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T2
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x /= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-17-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-6-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T6
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x <<= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-14-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-3-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(%=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T3
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x %= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-12-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-1-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(*=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T1
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x *= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-22-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-11-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(|=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T11
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x |= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-18-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-7-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T7
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x >>= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-16-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-5-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(-=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T5
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x -= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-19-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-8-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T8
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x >>>= y
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-21-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier arguments
|
||||
appear as the LeftHandSideExpression of a Compound Assignment
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
es5id: 11.13.2-6-10-s
|
||||
esid: sec-assignment-operators
|
||||
description: >
|
||||
Strict Mode - SyntaxError is thrown if the identifier eval appear
|
||||
as the LeftHandSideExpression of a Compound Assignment operator(^=)
|
||||
|
|
|
@ -6,6 +6,7 @@ info: |
|
|||
White Space and Line Terminator between LeftHandSideExpression and "@="
|
||||
or between "@=" and AssignmentExpression are allowed
|
||||
es5id: 11.13.2_A1_T10
|
||||
esid: sec-assignment-operators
|
||||
description: Checking by using eval, check operator is x ^= y
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue