index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
self-hosting
/
get-backtrace-in-constructing-bound-function.js
blob: 10cc1b3217132cf4148382f4575a4f53b7db936f (
plain
)
1
2
3
4
5
6
function t() { getBacktrace({ locals: true }); } var f = t.bind(); new f(); f();