js/src/jit-test/tests/baseline/bug945223.js

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 // |jit-test| error: InternalError
     3 Array.prototype.__proto__ = Proxy.create({
     4     getPropertyDescriptor: function(name) {
     5 	return (560566);
     6     },
     7 }, null);
     8 function f() {}
     9 function g() {  }    
    10 var x = [f,f,f,undefined,g];
    11 for (var i = 0; i < 5; ++i)
    12   y = x[i]("x");

mercurial