mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibJS: Add console.trace()
This commit is contained in:
parent
eece424694
commit
3b21c4aa56
3 changed files with 17 additions and 0 deletions
|
@ -39,6 +39,7 @@ private:
|
|||
virtual const char* class_name() const override { return "ConsoleObject"; }
|
||||
|
||||
static Value log(Interpreter&);
|
||||
static Value trace(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue