Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies.js1377 hasOwn: function(k) { return this.hasOwn2(k) },
1378 hasOwn2: function(k) { key = k; return k < "z" } method
1433 hasOwn: function(k) { return this.hasOwn2(k) },
1434 hasOwn2: function(k) { throw "myexn" } method