js/src/jit-test/tests/jaeger/bug625718-2.js@4ab42b5ab56c
js/src/jit-test/tests/jaeger/bug625718-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 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++) {