mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
LibJS: Parse object expressions
This commit is contained in:
committed by
Andreas Kling
parent
c64b5e73f5
commit
bc002f807a
@@ -57,6 +57,8 @@ const char* Token::name(TokenType type)
|
||||
return "Catch";
|
||||
case TokenType::Class:
|
||||
return "Class";
|
||||
case TokenType::Colon:
|
||||
return "Colon";
|
||||
case TokenType::Comma:
|
||||
return "Comma";
|
||||
case TokenType::Const:
|
||||
|
||||
Reference in New Issue
Block a user