Searched refs:Nasty (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dstack-traces.js169 function Nasty() { } class
170 Nasty.prototype.foo = function () { throw new RangeError(); };
171 var n = new Nasty();

Completed in 76 milliseconds