nodejs/deps/v8/test/inspector/runtime/console-time-log-expected.txt
Michaël Zasso a1d639ba5d
deps: update V8 to 8.6.395
PR-URL: https://github.com/nodejs/node/pull/35415
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2020-10-18 20:16:47 +02:00

38 lines
492 B
Plaintext

Test for console.timeLog
[
[0] : {
type : string
value : 42: 1 ms
}
[1] : {
type : string
value : a
}
]
[
[0] : {
type : string
value : 42: 2 ms
}
[1] : {
type : string
value : a
}
[2] : {
type : string
value : b
}
]
[
[0] : {
type : string
value : 42: 3 ms
}
]
[
[0] : {
type : string
value : Timer '42' does not exist
}
]