summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1224710.js
blob: 68809d7f36ded1de68744208682033ac866bb46d (plain)
1
2
3
4
5
6
7
8
9
10
11
oomTest(function() {
    eval("\
	function g() {\
	    \"use asm\";\
	    function f(d) {\
		d = +d;\
		print(.0 + d);\
	    }\
	}\
    ")
})