await-module.js |
---
esid: sec-reserved-words
es6id: 11.6.2
description: The `await` token is not permitted as an identifier in module code
flags: [module]
negative:
phase: parse
type: SyntaxError
--- |
399 |
await-script.js |
---
esid: sec-reserved-words
es6id: 11.6.2
description: The `await` token is permitted as an identifier in script code
--- |
299 |
browser.js |
|
0 |
ident-name-global-property-accessor.js |
---
es5id: 7.6.1-4-16
description: >
Allow global constant properties as property names by accessor function within an object.
--- |
1116 |
ident-name-global-property-memberexpr-str.js |
---
es5id: 7.6.1-3-16
description: >
Allow global constant properties as property names by index assignment.
--- |
781 |
ident-name-global-property-memberexpr.js |
---
es5id: 7.6.1-2-16
description: >
Allow global constant properties as property names by dot operator assignment
--- |
778 |
ident-name-global-property-prop-name.js |
---
es5id: 7.6.1-1-16
description: >
Allow global constant properties as property names at object initialization.
--- |
752 |
ident-name-keyword-accessor.js |
---
es5id: 7.6.1-4-2
description: >
Allow reserved words as property names by accessor functions within an object.
--- |
4865 |
ident-name-keyword-memberexpr-str.js |
---
es5id: 7.6.1-3-2
description: >
Allow reserved words as property names by index assignment.
--- |
2580 |
ident-name-keyword-memberexpr.js |
---
es5id: 7.6.1-2-2
description: >
Allow reserved words as property names by dot operator assignment.
--- |
2457 |
ident-name-keyword-prop-name.js |
---
es5id: 7.6.1-1-2
description: >
Allow reserved words as property names at object initialization.
--- |
2111 |
ident-name-reserved-word-literal-accessor.js |
---
es5id: 7.6.1-4-1
description: >
Allow reserved words as property names by accessor function within an object.
--- |
1080 |
ident-name-reserved-word-literal-memberexpr-str.js |
---
es5id: 7.6.1-3-1
description: >
Allow reserved words as property names by index assignment.
--- |
747 |
ident-name-reserved-word-literal-memberexpr.js |
---
es5id: 7.6.1-2-1
description: >
Allow reserved words as property names by dot operator assignment.
--- |
745 |
ident-name-reserved-word-literal-prop-name.js |
---
es5id: 7.6.1-1-1
description: >
Allow reserved words as property names at object initialization.
--- |
719 |
ident-reference-false-escaped.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as an identifier reference.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
598 |
ident-reference-false.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as an identifier reference.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
837 |
ident-reference-null-escaped.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as an identifier reference.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
597 |
ident-reference-null.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as an identifier reference.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
834 |
ident-reference-true-escaped.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as an identifier reference.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
597 |
ident-reference-true.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as an identifier reference.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
834 |
label-ident-false-escaped.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as a label identifier.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
591 |
label-ident-false.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as a label identifier.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
586 |
label-ident-null-escaped.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as a label identifier.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
590 |
label-ident-null.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as a label identifier.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
585 |
label-ident-true-escaped.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as a label identifier.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
590 |
label-ident-true.js |
---
esid: sec-identifiers-static-semantics-early-errors
description: >
`false` is a reserved word and cannot be used as a label identifier.
info: |
Identifier : IdentifierName but not ReservedWord
It is a Syntax Error if StringValue of IdentifierName is the same String
value as the StringValue of any ReservedWord except for yield.
negative:
phase: parse
type: SyntaxError
--- |
585 |
shell.js |
|
0 |
unreserved-words.js |
---
info: List of words that are not reserved
es5id: 7.6.1_A2
description: Try assign 1 for not reserved words
--- |
1762 |