Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
Dproxy_own_keys.js28 var handler = { ownKeys (target) { method
72 ownKeys: function(target) { method
84 handler.ownKeys = function(target) {return Object.getOwnPropertyNames(target);}; function
100 var handler = {ownKeys: null}; property
107 var handler = {ownKeys: 42}; property
120 ownKeys: function(target) { method
137 ownKeys: function(target) { method
154 ownKeys: function(target) { method
167 ownKeys: function(target) { method
187 ownKeys: function(target) { method
/third_party/node/test/known_issues/
Dtest-vm-ownkeys.js25 const ownKeys = vm.runInContext('Reflect.ownKeys(this);', ctx); constant
/third_party/node/test/parallel/
Dtest-promises-unhandled-proxy-rejections.js20 ownKeys: throwErr, property
Dtest-util-inspect-proxy.js35 ownKeys() { throw new Error('ownKeys'); }, method
Dtest-assert-deep.js976 ownKeys() { return []; } method
/third_party/node/test/fixtures/cycles/
Dwarning-skip-proxy-traps-a.js12 ownKeys() { throw new Error('ownKeys'); }, method
/third_party/typescript/lib/
Dlib.es2015.proxy.d.ts88 ownKeys?(target: T): ArrayLike<string | symbol>; method
/third_party/typescript/src/lib/
Des2015.proxy.d.ts68 ownKeys?(target: T): ArrayLike<string | symbol>; method
/third_party/node/deps/npm/node_modules/diff/lib/patch/
Dreverse.js9 function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropert… function
/third_party/node/deps/npm/node_modules/diff/dist/
Ddiff.js484 function ownKeys(object, enumerableOnly) { function
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.mjs478 function ownKeys(object, enumerableOnly) { function
Dindex.es6.js478 function ownKeys(object, enumerableOnly) { function