mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibJS: Add Reference class to represent a base.property reference
Expression nodes can now be asked to produce a Reference. We then use this to implement the "delete" operator without downcasting the child node to a MemberExpression manually.
This commit is contained in:
parent
3a12a8a348
commit
67b8e6fc5b
Notes:
sideshowbarker
2024-07-19 07:13:53 +09:00
Author: https://github.com/awesomekling
Commit: 67b8e6fc5b
5 changed files with 105 additions and 9 deletions
|
@ -66,6 +66,7 @@ class Interpreter;
|
|||
class LexicalEnvironment;
|
||||
class MarkedValueList;
|
||||
class PrimitiveString;
|
||||
class Reference;
|
||||
class ScopeNode;
|
||||
class Shape;
|
||||
class Statement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue