mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibJS: Implement null and undefined literals
This commit is contained in:
committed by
Andreas Kling
parent
7aad10d984
commit
cfd710eb31
@@ -183,6 +183,8 @@ const char* Token::name(TokenType type)
|
||||
return "Try";
|
||||
case TokenType::Typeof:
|
||||
return "Typeof";
|
||||
case TokenType::UndefinedLiteral:
|
||||
return "UndefinedLiteral";
|
||||
case TokenType::UnsignedShiftRight:
|
||||
return "UnsignedShiftRight";
|
||||
case TokenType::UnsignedShiftRightEquals:
|
||||
|
||||
Reference in New Issue
Block a user