summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1459258.js
blob: b68ad115a0e63b7754d5e978e46f0af56f865996 (plain)
1
2
3
4
5
6
oomTest(function() {
    return [0, Math.PI, NaN, Infinity, true, false, Symbol(), Math.tan,
            Reflect, Proxy, print, assertEq, Array, String, Boolean, Number, parseInt,
            parseFloat, Math.sin, Math.cos, Math.abs, Math.pow, Math.sqrt,
            Uint8Array, Int8Array, Int32Array, Int16Array, Uint16Array];
});