mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibJS: Implement most of the Reflect object
This commit is contained in:
parent
1ba2e6768d
commit
79b829637e
Notes:
sideshowbarker
2024-07-19 07:08:14 +09:00
Author: https://github.com/linusg
Commit: 79b829637e
Pull-request: https://github.com/SerenityOS/serenity/pull/2047
Reviewed-by: https://github.com/awesomekling
22 changed files with 877 additions and 54 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
void exit_scope(const ScopeNode&);
|
||||
|
||||
Value call(Function&, Value this_value = {}, Optional<MarkedValueList> arguments = {});
|
||||
Value construct(Function&, Function& new_target, Optional<MarkedValueList> arguments = {});
|
||||
|
||||
CallFrame& push_call_frame()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue