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
/
ion
/
bug695017.js
blob: 44a5dbc89ded0ce9254e43f21b682dc5a1f536ba (
plain
)
1
2
3
4
5
6
7
function f() { var n = null; return n++; } print(f()); assertEq(f(), 0);