js/src/jit-test/tests/jaeger/bug781859-2.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("\
     2     switch (/x/) {\
     3         case 8:\
     4         break;\
     5         t(function(){})\
     6     }\
     7     while (false)(function(){})\
     8 ")()

mercurial