Home
last modified time | relevance | path

Searched refs:RemoteContext (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js1931 function RemoteContext(remote, message_target, message_filter) { class
1973 RemoteContext.prototype.remote_error = function(error) { class
1988 RemoteContext.prototype.report_uncaught = function(error) {
1998 RemoteContext.prototype.start = function(data) {
2007 RemoteContext.prototype.test_state = function(data) {
2017 RemoteContext.prototype.test_done = function(data) {
2024 RemoteContext.prototype.remote_done = function(data) {
2052 RemoteContext.prototype.message_handlers = {
2053 start: RemoteContext.prototype.start,
2054 test_state: RemoteContext.prototype.test_state,
[all …]