blob: 541e48f1f08c81f257b72c07b189ff4570f91f7b [file] [log] [blame]
load(libdir + "asserts.js");
function*g(){ };
o = g();
o.next();
function TestException() {};
assertThrowsInstanceOf(() => o.throw(new TestException()), TestException);