Test case details

Preparation Code

Test cases

Test #1

var f1 = function() {  var x = 1;  return x; }

Test #2

var f2 = new Function('var x = 1;return x;')