Searched defs:ownKeys (Results 1 – 12 of 12) sorted by relevance
28 var handler = { ownKeys (target) { method72 ownKeys: function(target) { method84 handler.ownKeys = function(target) {return Object.getOwnPropertyNames(target);}; function100 var handler = {ownKeys: null}; property107 var handler = {ownKeys: 42}; property120 ownKeys: function(target) { method137 ownKeys: function(target) { method154 ownKeys: function(target) { method167 ownKeys: function(target) { method187 ownKeys: function(target) { method
25 const ownKeys = vm.runInContext('Reflect.ownKeys(this);', ctx); constant
20 ownKeys: throwErr, property
35 ownKeys() { throw new Error('ownKeys'); }, method
976 ownKeys() { return []; } method
12 ownKeys() { throw new Error('ownKeys'); }, method
88 ownKeys?(target: T): ArrayLike<string | symbol>; method
68 ownKeys?(target: T): ArrayLike<string | symbol>; method
9 function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropert… function
484 function ownKeys(object, enumerableOnly) { function
478 function ownKeys(object, enumerableOnly) { function