Searched defs:ownKeys (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
D | proxies-ownkeys.js | 14 ownKeys: function(target) { method 31 handler.ownKeys = function(target) { throw 1; }; function
|
D | proxies.js | 1140 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 …]
|
D | proxies-keys.js | 15 ownKeys: function(target) { method
|
D | proxies-json.js | 50 ownKeys: function() { method 87 ownKeys: function() { method 112 ownKeys: function() { method 201 ownKeys: function() { method
|
D | proxies-object-assign.js | 8 ownKeys: function(t) { return ["a", "b"]; }, method
|
D | proxies-for.js | 147 var p = new Proxy({}, {ownKeys: function() { return ["1", Symbol(), "2"] }}); method
|