function printStatus (msg) { var lines = msg.split ("\n"); } function reportCompare (expected, actual, description) { var expected_t = typeof expected; var actual_t = typeof actual; printStatus ("Expected type '" + expected_t + "' matched actual " + "type '" + actual_t + "'"); var testcase = new TestCase("unknown-test-name", description, expected, actual); if (typeof document != "object" || !document.location.href.match(/jsreftest.html/)) { } } var lfcode = new Array(); lfcode.push("d5364ed898944ce995022470cf514a6893271f7a.js"); lfcode.push("2"); lfcode.push("974cd8313b9ec86222d7bb130e9f817a71f07b87.js"); lfcode.push("ef906714f7d7784119b4f924d94782e98793db52.js"); lfcode.push("ebf9369d374d852919946f98b10db1ccc03f2119.js"); gcPreserveCode() while (true) { var file = lfcode.shift(); if (file == undefined) { break; } loadFile(file); } function loadFile(lfVarx) { try { if (lfVarx.substr(-3) == ".js") { switch (lfRunTypeId) { default: load(lfVarx); } } else if (!isNaN(lfVarx)) { lfRunTypeId = lfVarx; } } catch (lfVare) { } }