js/src/jit-test/tests/jaeger/bug655990.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/jit-test/tests/jaeger/bug655990.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +expect = 0;
     1.5 +summary = 0;
     1.6 +test();
     1.7 +function test() {
     1.8 +    function f(a, b, c) {
     1.9 +        return c;
    1.10 +    }
    1.11 +    if (gczeal == 'function') actual = f(1.5, 1.25, 1.125)
    1.12 +    else expect;
    1.13 +    (expect, actual, summary);
    1.14 +    var actual = '';
    1.15 +}

mercurial