Searched defs:TestConstructThrow (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/
H A Dproxies-function.js475 function TestConstructThrow(trap) {
489 TestConstructThrow(function() { throw "myexn" })
490 TestConstructThrow(Proxy.createFunction({}, function() { throw "myexn" }))
491 TestConstructThrow(CreateFrozen({}, function() { throw "myexn" }))

Completed in 51 milliseconds