mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibJS: Implement the object literal __proto__ property key special case
This commit is contained in:
parent
9fa78b1a05
commit
7ebb421ee9
4 changed files with 22 additions and 0 deletions
|
@ -1648,6 +1648,7 @@ public:
|
|||
Getter,
|
||||
Setter,
|
||||
Spread,
|
||||
ProtoSetter,
|
||||
};
|
||||
|
||||
ObjectProperty(SourceRange source_range, NonnullRefPtr<Expression> key, RefPtr<Expression> value, Type property_type, bool is_method)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue