Searched refs:hasOwn2 (Results 1 – 1 of 1) sorted by relevance
1377 hasOwn: function(k) { return this.hasOwn2(k) },1378 hasOwn2: function(k) { key = k; return k < "z" } method1433 hasOwn: function(k) { return this.hasOwn2(k) },1434 hasOwn2: function(k) { throw "myexn" } method