Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/
Dsriharness.js24 test.step(function(){ assert_unreached("Good load fired error handler.") })
28 test.step(function() { assert_unreached("Bad load succeeded.") })
82 test.step(function(){ assert_unreached("Good load fired error handler.") })
86 test.step(function() { assert_unreached("Bad load succeeded.") })
Dtestharness.js1468 function assert_unreached(description) { function
1472 expose(assert_unreached, "assert_unreached");
1644 assert_unreached(description);
Didlharness.js99 assert_unreached("Throws \"" + e + "\" instead of rejecting promise");
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor.any.js173 assert_unreached("Should not call the getter for 2 if the getter for 1 threw.");
203 valueOf: function() { assert_unreached("Should not call valueOf if toString is present."); }
214 …{ toString: function() { assert_unreached("Should have removed the second element of the array rat…
232 assert_unreached("Should only access index 0 once.");
267 …{ valueOf: function() { assert_unreached("Should not call valueOf if toString is present on the pr…
389 get type() { assert_unreached("type getter should not be called."); }
/third_party/node/test/fixtures/wpt/FileAPI/support/
DBlob.js21 assert_unreached("got error event on FileReader");
47 assert_unreached("got error event on FileReader");
/third_party/node/test/fixtures/wpt/html/webappapis/timers/
Dmissing-timeout-setinterval.any.js5 assert_unreached(message);
/third_party/node/test/fixtures/wpt/url/
Durlsearchparams-foreach.any.js30 assert_unreached(i);
/third_party/node/test/fixtures/wpt/url/resources/
Da-element.js24 assert_unreached("Expected URL to fail parsing")
/third_party/node/test/common/
Dwpt.js34 assert_unreached(desc) {