Lines Matching defs:output
11 output:true,
166 var output = new Output();
167 this.output_handler = output;
1034 * @property hide_test_state - hide the test state output while
1035 * the test is running; This is helpful when the output of the test state
1347 let output = "[";
1349 output += "…, ";
1351 output += val.map(function(x) {return format_value(x, seen);}).join(", ");
1353 output += ", …";
1355 return output + "]";
1433 if (tests.output) {
1444 if (tests.output && !stack) {
1447 if (tests.output) {
1634 const output = arr.slice(lower_bound, upper_bound);
1636 output.beginEllipsis = true;
1639 output.endEllipsis = true;
1641 return output;
3404 // Track whether output is enabled, and thus whether or not we should
3411 this.output = settings.output && 'document' in global_scope;
3460 } else if (p == "output") {
3461 this.output = value;
3708 var output = prefix || ""; // prefix may be undefined
3711 output += code_unit_str(string[i]);
3713 return output;
3979 this.enabled = settings.output;
3993 //If output is disabled in testharnessreport.js the test shouldn't be
3995 this.enabled = this.enabled && (properties.hasOwnProperty("output") ?
3996 properties.output : settings.output);
4337 * In cases where a set of nodes are required as output rather than a single node