Lines Matching refs:WorkerTestEnvironment
248 function WorkerTestEnvironment() { class
255 WorkerTestEnvironment.prototype._dispatch = function(message) { class
265 WorkerTestEnvironment.prototype._add_message_port = function(port) {
273 WorkerTestEnvironment.prototype.next_default_test_name = function() {
279 WorkerTestEnvironment.prototype.on_new_harness_properties = function() {};
281 WorkerTestEnvironment.prototype.on_tests_ready = function() {
318 WorkerTestEnvironment.prototype.add_on_loaded_callback = function() {};
320 WorkerTestEnvironment.prototype.test_timeout = function() {
334 WorkerTestEnvironment.call(this);
340 DedicatedWorkerTestEnvironment.prototype = Object.create(WorkerTestEnvironment.prototype);
343 WorkerTestEnvironment.prototype.on_tests_ready.call(this);
357 WorkerTestEnvironment.call(this);
366 SharedWorkerTestEnvironment.prototype = Object.create(WorkerTestEnvironment.prototype);
369 WorkerTestEnvironment.prototype.on_tests_ready.call(this);
383 WorkerTestEnvironment.call(this);
417 ServiceWorkerTestEnvironment.prototype = Object.create(WorkerTestEnvironment.prototype);
435 WorkerTestEnvironment.call(this);
440 ShadowRealmTestEnvironment.prototype = Object.create(WorkerTestEnvironment.prototype);