/third_party/jerryscript/tests/jerry/es2015/ |
D | proxy_get_own_property_descriptor.js | 20 var handler = { getOwnPropertyDescriptor (target) { method 78 "getOwnPropertyDescriptor": function(target, name) { method 143 handler.getOwnPropertyDescriptor = function(target, name) { return undefined; }; function 152 assert(Object.getOwnPropertyDescriptor(proxy, "configurable") == undefined) function
|
D | regression-test-issue-3837.js | 20 var p1Handler = { getOwnPropertyDescriptor: dummy }; property
|
/third_party/node/test/parallel/ |
D | test-vm-set-property-proxy.js | 9 getOwnPropertyDescriptor: common.mustCallAtLeast(() => { property
|
D | test-vm-proxy-failure-CP.js | 8 getOwnPropertyDescriptor: (target, prop) => { method
|
D | test-promises-unhandled-proxy-rejections.js | 30 getOwnPropertyDescriptor: throwErr, property
|
D | test-util-inspect-proxy.js | 29 getOwnPropertyDescriptor() { throw new Error('getOwnPropertyDescriptor'); }, method
|
/third_party/node/test/fixtures/cycles/ |
D | warning-skip-proxy-traps-a.js | 7 getOwnPropertyDescriptor() { throw new Error('getOwnPropertyDescriptor'); }, method
|
/third_party/typescript/src/lib/ |
D | es2015.proxy.d.ts | 7 getOwnPropertyDescriptor?(target: T, p: string | symbol): PropertyDescriptor | undefined; method
|
D | es5.d.ts | 152 getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined; method
|
/third_party/typescript/lib/ |
D | lib.es2015.proxy.d.ts | 27 getOwnPropertyDescriptor?(target: T, p: string | symbol): PropertyDescriptor | undefined; method
|
D | lib.es5.d.ts | 172 getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined; method
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-786.js | 30 try { Date.prototype.setMinutes(Object.getOwnPropertyDescriptor, Object.getOwnPropertyNames) } cat…
|
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/test/ |
D | tests.js | 114 getOwnPropertyDescriptor: function (target, key) { method
|
/third_party/node/lib/internal/modules/cjs/ |
D | loader.js | 693 getOwnPropertyDescriptor(target, prop) { method
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 151 getOwnPropertyDescriptor(o: any, p: string): PropertyDescriptor; variable
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 159 getOwnPropertyDescriptor(o: any, p: string): PropertyDescriptor; method
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 96701 GetOwnPropertyOp getOwnPropertyDescriptor; member
|