index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testdata
/
007_stack_trace.ts
blob: 624bc55da0bfaf2793464031922908b0df7c4be7 (
plain
)
1
2
3
4
5
6
7
8
9
function foo() { throw Error("bad"); } function bar() { foo() } bar()