summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug583675.js
blob: d12924535ee940c7948855879391a781b50f686d (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| error:TypeError

// Binary: cache/js-dbg-32-2ee92d697741-linux
// Flags: -m
//
{
    gczeal(2)
}
(function () {
    ''.w()
})()