Searched refs:assert_unreached (Results 1 – 9 of 9) sorted by relevance
24 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.") })
1468 function assert_unreached(description) { function1472 expose(assert_unreached, "assert_unreached");1644 assert_unreached(description);
99 assert_unreached("Throws \"" + e + "\" instead of rejecting promise");
173 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."); }
21 assert_unreached("got error event on FileReader");47 assert_unreached("got error event on FileReader");
5 assert_unreached(message);
30 assert_unreached(i);
24 assert_unreached("Expected URL to fail parsing")
34 assert_unreached(desc) {