| browser.js |
|
0 |
| false-with-unicode.js |
---
esid: sec-keywords-and-reserved-words
description: >
ReservedWord (false) cannot contain UnicodeEscapeSequence.
info: |
Note 1
Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements.
A code point in a keyword cannot be expressed by a \ UnicodeEscapeSequence.
negative:
phase: parse
type: SyntaxError
--- |
562 |
| S7.8.2_A1_T1.js |
---
info: "Literal :: BooleanLiteral"
es5id: 7.8.2_A1_T1
description: "BooleanLiteral :: true"
--- |
403 |
| S7.8.2_A1_T2.js |
---
info: "Literal :: BooleanLiteral"
es5id: 7.8.2_A1_T2
description: "BooleanLiteral :: false"
--- |
410 |
| shell.js |
|
0 |
| true-with-unicode.js |
---
esid: sec-keywords-and-reserved-words
description: >
ReservedWord (true) cannot contain UnicodeEscapeSequence.
info: |
Note 1
Per 5.1.5, keywords in the grammar match literal sequences of specific SourceCharacter elements.
A code point in a keyword cannot be expressed by a \ UnicodeEscapeSequence.
negative:
phase: parse
type: SyntaxError
--- |
560 |