mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Move SuperCallWithArgumentArray impl to CommonImplementations
This commit is contained in:
parent
09dce5f1bd
commit
1eee110575
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/skyrising
Commit: 1eee110575
Pull-request: https://github.com/SerenityOS/serenity/pull/21677
3 changed files with 54 additions and 47 deletions
|
@ -34,5 +34,6 @@ Value new_regexp(VM&, ParsedRegex const&, DeprecatedString const& pattern, Depre
|
|||
MarkedVector<Value> argument_list_evaluation(Bytecode::Interpreter&);
|
||||
ThrowCompletionOr<void> create_variable(VM&, DeprecatedFlyString const& name, Op::EnvironmentMode, bool is_global, bool is_immutable, bool is_strict);
|
||||
ThrowCompletionOr<ECMAScriptFunctionObject*> new_class(VM&, ClassExpression const&, Optional<IdentifierTableIndex> const& lhs_name);
|
||||
ThrowCompletionOr<NonnullGCPtr<Object>> super_call_with_argument_array(VM&, Value argument_array, bool is_synthetic);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue