browser.js |
|
0 |
null-with-unicode.js |
---
esid: sec-keywords-and-reserved-words
description: >
ReservedWord (null) 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 |
S7.8.1_A1_T1.js |
---
info: "Literal :: NullLiteral"
es5id: 7.8.1_A1_T1
description: Check null === null
--- |
331 |
S7.8.1_A1_T2.js |
---
info: "Literal :: NullLiteral"
es5id: 7.8.1_A1_T2
description: Check RegExp("0").exec("1") === null
--- |
382 |
shell.js |
|
0 |