Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies-ownkeys.js14 ownKeys: function(target) { method
31 handler.ownKeys = function(target) { throw 1; }; function
Dproxies.js1140 ownKeys() { throw "myexn" } method
1144 ownKeys() { return this.getOwnPropertyNames2() }, method
1156 ownKeys() { return [] } method
1160 ownKeys() { return ["a", "zz", " ", "0", "toString"] } method
1164 ownKeys() { return ["a", "zz", " ", "0", "toString"] }, method
1171 ownKeys() { return this.keys2() }, method
1176 ownKeys() { return this.keys2() }, method
1184 ownKeys() { return ["a", "23", "zz", "", "0"] }, method
1193 ownKeys() { return this.getOwnPropertyNames2() }, method
1204 get ownKeys() { getter
[all …]
Dproxies-keys.js15 ownKeys: function(target) { method
Dproxies-json.js50 ownKeys: function() { method
87 ownKeys: function() { method
112 ownKeys: function() { method
201 ownKeys: function() { method
Dproxies-object-assign.js8 ownKeys: function(t) { return ["a", "b"]; }, method
Dproxies-for.js147 var p = new Proxy({}, {ownKeys: function() { return ["1", Symbol(), "2"] }}); method