mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
LibJS+WebContent+js: Bring console.assert() to spec
This commit is contained in:
parent
9b78e287b0
commit
ce694490f3
5 changed files with 44 additions and 41 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
private:
|
||||
virtual void clear() override;
|
||||
virtual JS::Value trace() override;
|
||||
virtual JS::Value assert_() override;
|
||||
virtual JS::ThrowCompletionOr<JS::Value> printer(JS::Console::LogLevel log_level, Vector<JS::Value>&) override;
|
||||
|
||||
ClientConnection& m_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue