mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibJS: Add ScriptOrModule to execution context and track it everywhere
This commit is contained in:
parent
99edf5b25a
commit
57c5a59cab
Notes:
sideshowbarker
2024-07-17 20:29:01 +09:00
Author: https://github.com/davidot
Commit: 57c5a59cab
Pull-request: https://github.com/SerenityOS/serenity/pull/11957
Reviewed-by: https://github.com/emanuele6
Reviewed-by: https://github.com/linusg
10 changed files with 42 additions and 6 deletions
|
@ -153,6 +153,7 @@ class Heap;
|
|||
class HeapBlock;
|
||||
class Interpreter;
|
||||
class MarkedValueList;
|
||||
class Module;
|
||||
class NativeFunction;
|
||||
class ObjectEnvironment;
|
||||
class PrimitiveString;
|
||||
|
@ -165,6 +166,7 @@ class PropertyKey;
|
|||
class Realm;
|
||||
class Reference;
|
||||
class ScopeNode;
|
||||
class Script;
|
||||
class Shape;
|
||||
class Statement;
|
||||
class StringOrSymbol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue