summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1310418.js
blob: abbfa6127a5c23d38a1f5b562c037552582eb4d0 (plain)
1
2
3
4
5
6
7
8
9
(function(stdlib, n, heap) {
    "use asm";
    var Uint8ArrayView = new stdlib.Uint8Array(heap);
    function f(d1) {
        d1 = +d1;
        var d2 = .0;
        Uint8ArrayView[d1 < d2] = 0 + 3 + (d2 > -0);
    }
})(this, 0>>0, new Int32Array(0))