comparison: js/src/jit-test/tests/jaeger/inline/bug646480.js
js/src/jit-test/tests/jaeger/inline/bug646480.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 if (true) |
|
2 function f1() {}; |
|
3 function f2() { |
|
4 var y = -8; |
|
5 return y % 2; |
|
6 } |
|
7 f2() / 3; |