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

« back to all changes in this revision

Viewing changes to js/src/jit-test/tests/basic/bug738846.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
    (function() {
 
3
        var m
 
4
        ArrayBuffer()
 
5
        var _ = t
 
6
        var _2 = []
 
7
    }())
 
8
} catch (e) {}
 
9
try {
 
10
    for (y in [schedulegc(58)]) {
 
11
        m
 
12
    }
 
13
} catch (e) {}
 
14
try {
 
15
    (function() {
 
16
        n.(O)
 
17
    }())
 
18
} catch (e) {}
 
19
try {
 
20
    (function() {
 
21
        s
 
22
    }())
 
23
} catch (e) {}
 
24
try {
 
25
    e
 
26
} catch (e) {}
 
27
try {
 
28
    "" ()
 
29
} catch (e) {}
 
30
try {
 
31
    gc()
 
32
    s
 
33
} catch (e) {}
 
34
try {
 
35
    (function() {
 
36
        for (v of m) {}
 
37
    }())
 
38
} catch (e) {}
 
39
try {
 
40
    t
 
41
} catch (e) {}
 
42
try {
 
43
    (function() {
 
44
        "use strict";
 
45
        print(new function() {
 
46
            r
 
47
        }(this))
 
48
    }())
 
49
} catch (e) {}