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

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