1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/jaeger/bug648230-2.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +var i = 1; 1.5 +var j = 2; 1.6 +function f() { 1.7 + if (false) 1.8 + function g() {}; 1.9 + return i / j; 1.10 +} 1.11 +-null; 1.12 +-null; 1.13 +-null; 1.14 +-null; 1.15 +-null; 1.16 +f(); 1.17 +