diff --git a/Userland/Libraries/LibJS/Runtime/VM.h b/Userland/Libraries/LibJS/Runtime/VM.h index e666364ef3..21a0c40806 100644 --- a/Userland/Libraries/LibJS/Runtime/VM.h +++ b/Userland/Libraries/LibJS/Runtime/VM.h @@ -182,8 +182,6 @@ public: return throw_completion(DeprecatedString::formatted(type.message(), forward(args)...)); } - Value construct(FunctionObject&, FunctionObject& new_target, Optional> arguments); - Value get_new_target(); Object& get_global_object();