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
/
baseline
/
bug847410.js
blob: 052f218e037e67c3961003d6cb09240f926e0707 (
plain
)
1
2
3
4
5
function h(code) { f = eval("(function(){" + code + "})") } h("") h("debugger;")