Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 // |jit-test| slow;
2 // Binary: cache/js-dbg-64-fdfaef738a00-linux
3 // Flags: --ion-eager
4 //
6 evaluate("\
7 gcparam(\"maxBytes\", gcparam(\"gcBytes\") + 4 );\n\
8 test();\n\
9 function test() {\n\
10 function flatten(arr)\n\
11 actual = flatten([1, [2], 3]);\
12 }\n\
13 ");
14 try {} catch (lfVare) {}