js/src/jit-test/tests/jaeger/recompile/bug646267.js

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 function t(code) {
     2     var f = new Function(code);
     3     try { f(); } catch (e) { }
     4 }
     5 t("");
     6 t("");
     7 t("");
     8 t("this.function = 7;");

mercurial