mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
LibJS: Add getter/setter support
This patch adds a GetterSetterPair object. Values can now store pointers to objects of this type. These objects are created when using Object.defineProperty and providing an accessor descriptor.
This commit is contained in:
parent
a4d04cc748
commit
45dfa094e9
7 changed files with 259 additions and 12 deletions
|
@ -59,6 +59,7 @@ class DeferGC;
|
|||
class Error;
|
||||
class Exception;
|
||||
class Expression;
|
||||
class Accessor;
|
||||
class GlobalObject;
|
||||
class HandleImpl;
|
||||
class Heap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue