summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Token.h
diff options
context:
space:
mode:
author0xtechnobabble <0xtechnobabble@protonmail.com>2020-03-15 23:32:34 +0200
committerAndreas Kling <kling@serenityos.org>2020-03-16 13:42:13 +0100
commitcfd710eb31c47754ccd676bf78a4cdec778e741a (patch)
tree0f5cad64564f7c05b16930a43bae7d814b0e7f48 /Libraries/LibJS/Token.h
parent7aad10d9849f9133f987a6130b330220896ccc58 (diff)
downloadserenity-cfd710eb31c47754ccd676bf78a4cdec778e741a.zip
LibJS: Implement null and undefined literals
Diffstat (limited to 'Libraries/LibJS/Token.h')
-rw-r--r--Libraries/LibJS/Token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibJS/Token.h b/Libraries/LibJS/Token.h
index 9679c7b902..fe120d0212 100644
--- a/Libraries/LibJS/Token.h
+++ b/Libraries/LibJS/Token.h
@@ -107,6 +107,7 @@ enum class TokenType {
Tilde,
Try,
Typeof,
+ UndefinedLiteral,
UnsignedShiftRight,
UnsignedShiftRightEquals,
UnterminatedStringLiteral,