aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/console.out
blob: ab1e412be32d7ecafac0be037089bd51bbdedd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
console.timeEnd: default, {NUMBER}
console.timeEnd: abcd, {NUMBER}
console.timeEnd: b, {NUMBER}
console.timeEnd: a, {NUMBER}
log more
console.warn: warn 2
console.debug: debug
console.info: info
console.info: *%(basename)s:24: Error: exception
console.info({ toString: () => {throw new Error("exception");} })
                                ^
Error: exception
    at Object.toString (*%(basename)s:24:39)
    at console.info (<anonymous>)
    at *%(basename)s:24:9