LibJS: Remove forgotten VM::construct() declaration

This has been a standalone AO function for a long time now.
This commit is contained in:
Linus Groh 2022-12-06 23:46:47 +00:00
parent 1f4437ff2b
commit 1832474a37
Notes: sideshowbarker 2024-07-17 05:09:48 +09:00

View file

@ -182,8 +182,6 @@ public:
return throw_completion<T>(DeprecatedString::formatted(type.message(), forward<Args>(args)...));
}
Value construct(FunctionObject&, FunctionObject& new_target, Optional<MarkedVector<Value>> arguments);
Value get_new_target();
Object& get_global_object();