Skip to content
Snippets Groups Projects
Commit a3a5bede authored by Mike Pennisi's avatar Mike Pennisi Committed by Rick Waldron
Browse files

Add `esid` metadata

parent 6870cc4a
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
......@@ -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(|=)
......
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