mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibJS: Add console.{debug,info,warn,error}()
This commit is contained in:
committed by
Andreas Kling
parent
b1e8cc22bd
commit
dd7796515f
@@ -39,6 +39,10 @@ private:
|
||||
virtual const char* class_name() const override { return "ConsoleObject"; }
|
||||
|
||||
static Value log(Interpreter&);
|
||||
static Value debug(Interpreter&);
|
||||
static Value info(Interpreter&);
|
||||
static Value warn(Interpreter&);
|
||||
static Value error(Interpreter&);
|
||||
static Value trace(Interpreter&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user