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:
parent
ddf26a768c
commit
3e6a07154b
4 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue