summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1459258.js
blob: d29231a34afdbed69e844b180f713cc64b3484f7 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('oomTest' in this)
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];
});