summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1224710.js
blob: f772b6a54590c5d5f0b5eeb213e423aa707dce2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if (!('oomTest' in this))
    quit();

oomTest(function() {
    eval("\
	function g() {\
	    \"use asm\";\
	    function f(d) {\
		d = +d;\
		print(.0 + d);\
	    }\
	}\
    ")
})