mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibJS: Implement console.time/timeLog/timeEnd() methods
This commit is contained in:
parent
2f3e24d71e
commit
1fba221b46
Notes:
sideshowbarker
2024-07-17 22:06:34 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1fba221b46
Pull-request: https://github.com/SerenityOS/serenity/pull/11382
Reviewed-by: https://github.com/davidot ✅
5 changed files with 152 additions and 1 deletions
|
@ -445,6 +445,9 @@ namespace JS {
|
|||
P(tanh) \
|
||||
P(test) \
|
||||
P(then) \
|
||||
P(time) \
|
||||
P(timeEnd) \
|
||||
P(timeLog) \
|
||||
P(timeStyle) \
|
||||
P(timeZone) \
|
||||
P(timeZoneName) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue