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
/
eval-neg0.js
blob: 14782614c2d16692d3ce9238e0a7a9a19bd05be1 (
plain
)
1
2
3
4
5
6
function f() { for (var i = 0; i < 100; i++) assertEq(eval(-0), -0); } f();