js/src/jit-test/tests/jaeger/bug625718-2.js@8bccb770b82d
js/src/jit-test/tests/jaeger/bug625718-2.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 var o3 = new String("foobarbaz");
3 var o11 = function() {};
5 function f3(o) { return o; };
6 function f4(o) { o.g4 = function() {}; };
8 for(var i=0; i<20; i++) {