nodejs/deps/v8/test/inspector/runtime/console-time-log-expected.txt

38 lines
492 B
Plaintext
Raw Permalink Normal View History

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
}
]