Searched defs:Nasty (Results 1 – 5 of 5) sorted by relevance
31 struct Nasty struct33 Nasty() : i_ ( counter_++ ) {} in Nasty() function34 Nasty * operator &() const { return NULL; } in operator &() argument39 int Nasty::counter_ = 0; argument
30 struct Nasty struct32 Nasty() : i_ ( counter_++ ) {} in Nasty() function33 Nasty * operator &() const { return NULL; } in operator &() argument38 int Nasty::counter_ = 0; argument
31 struct Nasty struct33 Nasty() : i_ ( counter_++ ) {} in Nasty() argument34 Nasty * operator &() const { return NULL; } in operator &() argument39 int Nasty::counter_ = 0; argument
212 function Nasty() { } class213 Nasty.prototype.foo = function () { throw new RangeError(); }; class