js/src/jit-test/tests/jaeger/bug650076.js

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 var v0, v1, v2, v3, v4, v5, v6, v7, v8, v9;
michael@0 2 var v10, v11, v12, v13, v14, v15, v16, v17, v18, v19;
michael@0 3 var v20, v21, v22, v23, v24, v25, v26, v27, v28, v29;
michael@0 4 var v30, v31, v32, v33, v34, v35, v36, v37, v38, v39;
michael@0 5 var v40, v41, v42, v43;
michael@0 6
michael@0 7 function f() {}
michael@0 8
michael@0 9 v1 = new Date(0);
michael@0 10 v1.setMilliseconds(12);
michael@0 11 v2 = eval("''");
michael@0 12 v3 = "";
michael@0 13 f((v2 + v3).indexOf(v3));

mercurial