Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies.js778 getOwnPropertyNames: function() { return ["value"] }, method
833 getOwnPropertyNames: function() { return ["value"] } method
838 getOwnPropertyNames: function() { throw "myexn" } method
1657 getOwnPropertyNames: function() { return [] } method
1661 getOwnPropertyNames: function() { return ["a", "zz", " ", 0, "toString"] } method
1665 getOwnPropertyNames: function() { return this.getOwnPropertyNames2() }, method
1670 get getOwnPropertyNames() { getter
1686 getOwnPropertyNames: function() { throw "myexn" } method
1690 getOwnPropertyNames: function() { return this.getOwnPropertyNames2() }, method
1724 getOwnPropertyNames: function() { return ["a", 23, "zz", "", 0] }, method
[all …]
Dproxies-symbols.js105 getOwnPropertyNames: MakeSymbolArray property