mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
LibJS: Add ECMAScriptFunctionObject forward declaration
This commit is contained in:
parent
d5f90cf187
commit
ce946dd656
Notes:
sideshowbarker
2024-07-18 03:28:21 +09:00
Author: https://github.com/linusg
Commit: ce946dd656
Pull-request: https://github.com/SerenityOS/serenity/pull/10203
Reviewed-by: https://github.com/IdanHo ✅
Reviewed-by: https://github.com/davidot
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class Completion;
|
|||
class Console;
|
||||
class DeclarativeEnvironment;
|
||||
class DeferGC;
|
||||
class ECMAScriptFunctionObject;
|
||||
class Environment;
|
||||
class Error;
|
||||
class ErrorType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue