mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibJS: Convert GeneratorObject.prototype to be a PrototypeObject
The added #include in GeneratorObject.h is to resolve usage of Bytecode::RegisterWindow.
This commit is contained in:
parent
43e4cec3e2
commit
9e57ea71af
Notes:
sideshowbarker
2024-07-18 04:12:56 +09:00
Author: https://github.com/trflynn89
Commit: 9e57ea71af
Pull-request: https://github.com/SerenityOS/serenity/pull/9973
Reviewed-by: https://github.com/linusg ✅
3 changed files with 10 additions and 20 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibJS/Bytecode/Interpreter.h>
|
||||
#include <LibJS/Runtime/Object.h>
|
||||
#include <LibJS/Runtime/OrdinaryFunctionObject.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue