Home
last modified time | relevance | path

Searched defs:Nasty (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
Dstack-traces.js181 function Nasty() { } class
182 Nasty.prototype.foo = function () { throw new RangeError(); }; class