Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js4550 function OptionalFeatureUnsupportedError(message) class
4554 OptionalFeatureUnsupportedError.prototype = Object.create(AssertionError.prototype); class
4555 expose(OptionalFeatureUnsupportedError, "OptionalFeatureUnsupportedError");
4750 var optional_unsupported = error instanceof OptionalFeatureUnsupportedError;