mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:47:35 +00:00
LibJS: Implement console.time/timeLog/timeEnd() methods
This commit is contained in:
parent
2f3e24d71e
commit
1fba221b46
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