Searched refs:WorkerTestEnvironment (Results 1 – 1 of 1) sorted by relevance
248 function WorkerTestEnvironment() { class255 WorkerTestEnvironment.prototype._dispatch = function(message) { class265 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);[all …]