diff options
author | Linus Groh <mail@linusgroh.de> | 2021-09-25 00:02:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-09-25 17:51:30 +0200 |
commit | ce946dd656995257007bbaad8a37ba39cd23dec2 (patch) | |
tree | 6405a40fe0c99222bc98a8e1a259071da315106f /Userland/Libraries/LibJS/Forward.h | |
parent | d5f90cf187166e2d7c2bbde6e79db16a7645ac6c (diff) | |
download | serenity-ce946dd656995257007bbaad8a37ba39cd23dec2.zip |
LibJS: Add ECMAScriptFunctionObject forward declaration
Diffstat (limited to 'Userland/Libraries/LibJS/Forward.h')
-rw-r--r-- | Userland/Libraries/LibJS/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Forward.h b/Userland/Libraries/LibJS/Forward.h index 236c2c03e1..2116c0a5f5 100644 --- a/Userland/Libraries/LibJS/Forward.h +++ b/Userland/Libraries/LibJS/Forward.h @@ -145,6 +145,7 @@ class Completion; class Console; class DeclarativeEnvironment; class DeferGC; +class ECMAScriptFunctionObject; class Environment; class Error; class ErrorType; |