summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Forward.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-03-02 18:04:13 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-02 19:20:29 +0100
commit1b43a6ef2d9ad3ca16856bb06e6733dafbf4577c (patch)
tree1b8287439fe7835c867602c3256d7ddf9ab2dc62 /Userland/Libraries/LibJS/Forward.h
parentf0912027ff2f320e6c580d1a2f2de448fcfcf820 (diff)
downloadserenity-1b43a6ef2d9ad3ca16856bb06e6733dafbf4577c.zip
LibJS: Implement the GetMethod abstract operation
https://tc39.es/ecma262/#sec-getmethod We have bunch of duplicated on-demand versions of this, let's do it properly.
Diffstat (limited to 'Userland/Libraries/LibJS/Forward.h')
-rw-r--r--Userland/Libraries/LibJS/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Forward.h b/Userland/Libraries/LibJS/Forward.h
index 7f9f6ec86e..0eb6ce6efd 100644
--- a/Userland/Libraries/LibJS/Forward.h
+++ b/Userland/Libraries/LibJS/Forward.h
@@ -139,6 +139,7 @@ class MarkedValueList;
class NativeFunction;
class NativeProperty;
class PrimitiveString;
+class PropertyName;
class Reference;
class ScopeNode;
class ScopeObject;