1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/jaeger/inline/bug646004.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +function reportCompare (expected, actual, description) {} 1.5 +function f() 1.6 +{ 1.7 + f(f, 0x09AA, 0x09B0, f); 1.8 +} 1.9 +try { 1.10 + reportCompare ("outer", f(), 1.11 + "Inner function statement should not have been called."); 1.12 +} catch (e) {}