mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibJS: Remove forgotten VM::construct() declaration
This has been a standalone AO function for a long time now.
This commit is contained in:
parent
1f4437ff2b
commit
1832474a37
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue