mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 11:21:34 +00:00
LibJS: Implement console.assert()
This commit is contained in:
parent
e37421bddc
commit
8d490aba76
Notes:
sideshowbarker
2024-07-18 19:26:17 +09:00
Author: https://github.com/linusg
Commit: 8d490aba76
Pull-request: https://github.com/SerenityOS/serenity/pull/6454
Reviewed-by: https://github.com/alimpfard
12 changed files with 89 additions and 9 deletions
|
@ -48,6 +48,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(count);
|
||||
JS_DECLARE_NATIVE_FUNCTION(count_reset);
|
||||
JS_DECLARE_NATIVE_FUNCTION(clear);
|
||||
JS_DECLARE_NATIVE_FUNCTION(assert_);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue