LibJS: Implement console.time/timeLog/timeEnd() methods

This commit is contained in:
Sam Atkins 2021-12-22 16:40:57 +00:00 committed by Andreas Kling
commit 1fba221b46
Notes: sideshowbarker 2024-07-17 22:06:34 +09:00
5 changed files with 152 additions and 1 deletions

View file

@ -445,6 +445,9 @@ namespace JS {
P(tanh) \
P(test) \
P(then) \
P(time) \
P(timeEnd) \
P(timeLog) \
P(timeStyle) \
P(timeZone) \
P(timeZoneName) \