Home
last modified time | relevance | path

Searched refs:PrefixedMessage (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/common/
H A DPrefixedPostMessage.js16 var PrefixedMessage = function () { class
26 PrefixedMessage.prototype.url = function (uri) {
45 PrefixedMessage.prototype.onMessage = function (fn) {
65 PrefixedMessage.call(this);
68 PrefixedMessageTest.prototype = Object.create(PrefixedMessage.prototype);
74 * the prefix in a URL param (see also PrefixedMessage#url)
77 PrefixedMessage.call(this);
85 PrefixedMessageResource.prototype = Object.create(PrefixedMessage.prototype);

Completed in 1 milliseconds