Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies-function.js477 function TestConstructThrow(trap) { class
491 TestConstructThrow(function() { throw "myexn" })
492 TestConstructThrow(Proxy.createFunction({}, function() { throw "myexn" }))
493 TestConstructThrow(CreateFrozen({}, function() { throw "myexn" }))