1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:07:47 +00:00

JSSpecCompiler: Parse "the *this* value" in expressions

This commit is contained in:
Dan Klishch 2024-01-21 00:28:28 -05:00 committed by Andrew Kaster
parent ddf26a768c
commit 3e6a07154b
4 changed files with 39 additions and 0 deletions

View file

@ -87,3 +87,16 @@ TreeList
ReturnNode
Enumerator unused
%get Temporal.PlainDateTime.prototype.inLeapYear%():
TreeList
BinaryOperation Assignment
Var dateTime
WellKnownNode This
UnaryOperation ReturnIfAbrubt
FunctionCall
UnresolvedReference RequireInternalSlot
Var dateTime
Slot A
ReturnNode
WellKnownNode Undefined