mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Implement console.count()
This commit is contained in:
parent
28ef654d13
commit
8c60ba1e42
Notes:
sideshowbarker
2024-07-19 07:08:44 +09:00
Author: https://github.com/emanuele6
Commit: 8c60ba1e42
Pull-request: https://github.com/SerenityOS/serenity/pull/2045
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