1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

JSSpecCompiler: Parse true, false, this, undefined, and null

This commit is contained in:
Dan Klishch 2024-01-20 21:41:38 -05:00 committed by Andrew Kaster
parent 86d54a8684
commit b800276347
7 changed files with 70 additions and 3 deletions

View file

@ -27,3 +27,22 @@ TreeList
Var d
Var e
WellKnownConstants(a):
TreeList
IfElseIfChain
IsOneOf
Var a
WellKnownNode Undefined
TreeList
BinaryOperation Assignment
Var b
WellKnownNode Null
ReturnNode
WellKnownNode True
TreeList
BinaryOperation Assignment
Var c
WellKnownNode This
ReturnNode
WellKnownNode False