mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
LibJS: Add console.trace()
This commit is contained in:
parent
eece424694
commit
3b21c4aa56
Notes:
sideshowbarker
2024-07-19 07:43:18 +09:00
Author: https://github.com/linusg
Commit: 3b21c4aa56
Pull-request: https://github.com/SerenityOS/serenity/pull/1742
3 changed files with 17 additions and 0 deletions
|
@ -112,6 +112,7 @@ public:
|
|||
}
|
||||
void pop_call_frame() { m_call_stack.take_last(); }
|
||||
const CallFrame& call_frame() { return m_call_stack.last(); }
|
||||
const Vector<CallFrame> call_stack() { return m_call_stack; }
|
||||
|
||||
size_t argument_count() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue