mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +00:00
LibJS: Make NativeProperty a plain Cell instead of an Object
This removes the need for NativeProperty objects to have a prototype, which just made things confusing.
This commit is contained in:
parent
ba641e97d9
commit
0166a1fa74
Notes:
sideshowbarker
2024-07-19 05:25:34 +09:00
Author: https://github.com/awesomekling
Commit: 0166a1fa74
6 changed files with 33 additions and 25 deletions
|
@ -89,6 +89,7 @@ class HeapBlock;
|
|||
class Interpreter;
|
||||
class LexicalEnvironment;
|
||||
class MarkedValueList;
|
||||
class NativeProperty;
|
||||
class PrimitiveString;
|
||||
class Reference;
|
||||
class ScopeNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue