mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
LibJS: Implement null and undefined literals
This commit is contained in:
parent
7aad10d984
commit
cfd710eb31
6 changed files with 61 additions and 0 deletions
|
@ -107,6 +107,7 @@ enum class TokenType {
|
|||
Tilde,
|
||||
Try,
|
||||
Typeof,
|
||||
UndefinedLiteral,
|
||||
UnsignedShiftRight,
|
||||
UnsignedShiftRightEquals,
|
||||
UnterminatedStringLiteral,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue