js/src/jit-test/tests/auto-regress/bug694438.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/jit-test/tests/auto-regress/bug694438.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,61 @@
     1.4 +// Binary: cache/js-dbg-64-ae061e27e3df-linux
     1.5 +// Flags: -m -n
     1.6 +//
     1.7 +
     1.8 +var lfcode = new Array();
     1.9 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.10 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.11 +lfcode.push("3");
    1.12 +lfcode.push("b40eb3beb80c7cde2828a33bd779f7826e25287d.js");
    1.13 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.14 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.15 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.16 +lfcode.push("1");
    1.17 +lfcode.push("02b39295c36bbe079e9dca0aca95d253d064a194.js");
    1.18 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.19 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.20 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.21 +lfcode.push("4");
    1.22 +lfcode.push("6d3ccd7e95a67392260056fd31425aa671cb5c54.js");
    1.23 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.24 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.25 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.26 +lfcode.push("0");
    1.27 +lfcode.push("0d88bd3fca079ce7b26f26e12511d3e36edb4202.js");
    1.28 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.29 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.30 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.31 +lfcode.push("4");
    1.32 +lfcode.push("c26e5241caa1d0dad95a2202a57cdc48322e5917.js");
    1.33 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.34 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.35 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.36 +lfcode.push("3");
    1.37 +lfcode.push("7eeb48e00f249e4a8ab82e7c70102725f3c88195.js");
    1.38 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.39 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.40 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.41 +lfcode.push("2");
    1.42 +lfcode.push("7b61d02cc95bbc7309f749c5deb5d4709687214f.js");
    1.43 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.44 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.45 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.46 +lfcode.push("1");
    1.47 +lfcode.push("8eafe3c62c3ce1635548fc09c4434ef0259bcfff.js");
    1.48 +lfcode.push("f7b783e07cd0e61b675319866b62c96b521d3c12.js");
    1.49 +lfcode.push("29cff0b98e80f8b27367a56b3c752dedc59a01fd.js");
    1.50 +lfcode.push("da39a3ee5e6b4b0d3255bfef95601890afd80709.js");
    1.51 +var lfRunTypeId = -1;
    1.52 +while (true) {
    1.53 +	var file = lfcode.shift(); if (file == undefined) { break; }
    1.54 +        loadFile(file);
    1.55 +}
    1.56 +function loadFile(lfVarx) {
    1.57 +	try {
    1.58 +		if (lfVarx.substr(-3) == ".js") {
    1.59 +			switch (lfRunTypeId) {
    1.60 +				case 4: eval("(function() { " + "" + " })();");
    1.61 +			}
    1.62 +		}
    1.63 +	} catch (lfVare) {	}
    1.64 +}

mercurial