mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
LibJS: Implement import.meta for bytecode
This commit is contained in:
parent
a1692931af
commit
d29bd55b48
8 changed files with 78 additions and 49 deletions
|
@ -219,6 +219,8 @@ public:
|
|||
|
||||
Value get_new_target();
|
||||
|
||||
Object* get_import_meta();
|
||||
|
||||
Object& get_global_object();
|
||||
|
||||
CommonPropertyNames names;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue