Searched refs:TestConstructThrow (Results 1 – 1 of 1) sorted by relevance
477 function TestConstructThrow(trap) { class491 TestConstructThrow(function() { throw "myexn" })492 TestConstructThrow(Proxy.createFunction({}, function() { throw "myexn" }))493 TestConstructThrow(CreateFrozen({}, function() { throw "myexn" }))