summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1218900.js
blob: a3bc82bd2b46de63f67de435485b256f8fc2c57e (plain)
1
2
3
4
5
6
7
8
// |jit-test| --fuzzing-safe
readline = function() {};
Function.prototype.toString = function() {
    for (var i = 0; i < 2; i++) {
        this()
    }
};
getBacktrace({thisprops: true});