mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
LibJS: Implement console.count()
This commit is contained in:
parent
28ef654d13
commit
8c60ba1e42
3 changed files with 29 additions and 0 deletions
|
@ -44,6 +44,7 @@ private:
|
|||
static Value warn(Interpreter&);
|
||||
static Value error(Interpreter&);
|
||||
static Value trace(Interpreter&);
|
||||
static Value count(Interpreter&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue