Add esid metadata

This commit is contained in:
Mike Pennisi 2018-10-07 18:49:38 -04:00 committed by Rick Waldron
parent 6870cc4a77
commit a3a5bedee4
33 changed files with 33 additions and 0 deletions

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-15-s es5id: 11.13.2-6-15-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-4-s es5id: 11.13.2-6-4-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(+=) as the LeftHandSideExpression of a Compound Assignment operator(+=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T4 es5id: 11.13.2_A1_T4
esid: sec-assignment-operators
description: Checking by using eval, check operator is x += y description: Checking by using eval, check operator is x += y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-20-s es5id: 11.13.2-6-20-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-9-s es5id: 11.13.2-6-9-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(&=) as the LeftHandSideExpression of a Compound Assignment operator(&=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T9 es5id: 11.13.2_A1_T9
esid: sec-assignment-operators
description: Checking by using eval, check operator is x &= y description: Checking by using eval, check operator is x &= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-13-s es5id: 11.13.2-6-13-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-2-s es5id: 11.13.2-6-2-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(/=) as the LeftHandSideExpression of a Compound Assignment operator(/=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T2 es5id: 11.13.2_A1_T2
esid: sec-assignment-operators
description: Checking by using eval, check operator is x /= y description: Checking by using eval, check operator is x /= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-17-s es5id: 11.13.2-6-17-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-6-s es5id: 11.13.2-6-6-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment as the LeftHandSideExpression of a Compound Assignment

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T6 es5id: 11.13.2_A1_T6
esid: sec-assignment-operators
description: Checking by using eval, check operator is x <<= y description: Checking by using eval, check operator is x <<= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-14-s es5id: 11.13.2-6-14-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-3-s es5id: 11.13.2-6-3-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(%=) as the LeftHandSideExpression of a Compound Assignment operator(%=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T3 es5id: 11.13.2_A1_T3
esid: sec-assignment-operators
description: Checking by using eval, check operator is x %= y description: Checking by using eval, check operator is x %= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-12-s es5id: 11.13.2-6-12-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-1-s es5id: 11.13.2-6-1-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(*=) as the LeftHandSideExpression of a Compound Assignment operator(*=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T1 es5id: 11.13.2_A1_T1
esid: sec-assignment-operators
description: Checking by using eval, check operator is x *= y description: Checking by using eval, check operator is x *= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-22-s es5id: 11.13.2-6-22-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-11-s es5id: 11.13.2-6-11-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(|=) as the LeftHandSideExpression of a Compound Assignment operator(|=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T11 es5id: 11.13.2_A1_T11
esid: sec-assignment-operators
description: Checking by using eval, check operator is x |= y description: Checking by using eval, check operator is x |= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-18-s es5id: 11.13.2-6-18-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-7-s es5id: 11.13.2-6-7-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment as the LeftHandSideExpression of a Compound Assignment

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T7 es5id: 11.13.2_A1_T7
esid: sec-assignment-operators
description: Checking by using eval, check operator is x >>= y description: Checking by using eval, check operator is x >>= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-16-s es5id: 11.13.2-6-16-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-5-s es5id: 11.13.2-6-5-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(-=) as the LeftHandSideExpression of a Compound Assignment operator(-=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T5 es5id: 11.13.2_A1_T5
esid: sec-assignment-operators
description: Checking by using eval, check operator is x -= y description: Checking by using eval, check operator is x -= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-19-s es5id: 11.13.2-6-19-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-8-s es5id: 11.13.2-6-8-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment as the LeftHandSideExpression of a Compound Assignment

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T8 es5id: 11.13.2_A1_T8
esid: sec-assignment-operators
description: Checking by using eval, check operator is x >>>= y description: Checking by using eval, check operator is x >>>= y
---*/ ---*/

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-21-s es5id: 11.13.2-6-21-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier arguments Strict Mode - SyntaxError is thrown if the identifier arguments
appear as the LeftHandSideExpression of a Compound Assignment appear as the LeftHandSideExpression of a Compound Assignment

View File

@ -3,6 +3,7 @@
/*--- /*---
es5id: 11.13.2-6-10-s es5id: 11.13.2-6-10-s
esid: sec-assignment-operators
description: > description: >
Strict Mode - SyntaxError is thrown if the identifier eval appear Strict Mode - SyntaxError is thrown if the identifier eval appear
as the LeftHandSideExpression of a Compound Assignment operator(^=) as the LeftHandSideExpression of a Compound Assignment operator(^=)

View File

@ -6,6 +6,7 @@ info: |
White Space and Line Terminator between LeftHandSideExpression and "@=" White Space and Line Terminator between LeftHandSideExpression and "@="
or between "@=" and AssignmentExpression are allowed or between "@=" and AssignmentExpression are allowed
es5id: 11.13.2_A1_T10 es5id: 11.13.2_A1_T10
esid: sec-assignment-operators
description: Checking by using eval, check operator is x ^= y description: Checking by using eval, check operator is x ^= y
---*/ ---*/