js/src/jit-test/tests/basic/bug647695.js

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 try { let(x = Date(7), y = let(a = x)("")) {} } catch (e) {}
     3 try {
     4 with({
     5     y: Float64Array
     6 })
     7 for each(let y in [y]) {}
     8 } catch (e) {}
    10 try { test(); } catch (e) {}
    11 function test() {
    12     try {
    13         var result, arguments = 'adddb', arguments;
    14     } catch (ex) {}
    15 }

mercurial