mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
LibJS: Implement console.assert()
This commit is contained in:
parent
e37421bddc
commit
8d490aba76
12 changed files with 89 additions and 9 deletions
|
@ -222,7 +222,7 @@ public:
|
|||
|
||||
Value construct(Function&, Function& new_target, Optional<MarkedValueList> arguments, GlobalObject&);
|
||||
|
||||
String join_arguments() const;
|
||||
String join_arguments(size_t start_index = 0) const;
|
||||
|
||||
Value resolve_this_binding(GlobalObject&) const;
|
||||
const ScopeObject* find_this_scope() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue