~ubuntu-branches/ubuntu/saucy/mozjs17/saucy

« back to all changes in this revision

Viewing changes to js/src/jit-test/tests/jaeger/bug591602.js

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2013-05-25 12:24:23 UTC
  • Revision ID: package-import@ubuntu.com-20130525122423-zmxucrhtensw90xy
Tags: upstream-17.0.0
ImportĀ upstreamĀ versionĀ 17.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
try {
 
2
    for (x in ['']) {
 
3
        gczeal(2)
 
4
    }
 
5
} catch(e) {}
 
6
try {
 
7
    var x, e
 
8
    p()
 
9
} catch(e) {}
 
10
try { (function() {
 
11
        let(x)((function() {
 
12
            let(y)((function() {
 
13
                try {
 
14
                    let(c) o
 
15
                } finally { (f, *::*)
 
16
                }
 
17
            }))
 
18
        }))
 
19
    })()
 
20
} catch(e) {}
 
21
try { (function() {
 
22
        if (x.w("", (function() {
 
23
            t
 
24
        })())) {}
 
25
    })()
 
26
} catch(e) {}
 
27
try {
 
28
    gczeal()
 
29
} catch(e) {}
 
30
try { (function() {
 
31
        for (let w in [0, 0]) let(b)((function() {
 
32
            let(x = w = [])((function() {
 
33
                for (let a in []);
 
34
            }))
 
35
        })())
 
36
    })()
 
37
} catch(e) {}
 
38
 
 
39
/* Don't assert with -m only. */
 
40