mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibJS: Pass JS::Function around by reference more
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
void enter_scope(const ScopeNode&, ArgumentVector, ScopeType);
|
||||
void exit_scope(const ScopeNode&);
|
||||
|
||||
Value call(Function*, Value this_value = {}, Optional<MarkedValueList> arguments = {});
|
||||
Value call(Function&, Value this_value = {}, Optional<MarkedValueList> arguments = {});
|
||||
|
||||
CallFrame& push_call_frame()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user