Home
last modified time | relevance | path

Searched defs:getOwnPropertyDescriptor (Results 1 – 17 of 17) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dproxy_get_own_property_descriptor.js20 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
Dregression-test-issue-3837.js20 var p1Handler = { getOwnPropertyDescriptor: dummy }; property
/third_party/node/test/parallel/
Dtest-vm-set-property-proxy.js9 getOwnPropertyDescriptor: common.mustCallAtLeast(() => { property
Dtest-vm-proxy-failure-CP.js8 getOwnPropertyDescriptor: (target, prop) => { method
Dtest-promises-unhandled-proxy-rejections.js30 getOwnPropertyDescriptor: throwErr, property
Dtest-util-inspect-proxy.js29 getOwnPropertyDescriptor() { throw new Error('getOwnPropertyDescriptor'); }, method
/third_party/node/test/fixtures/cycles/
Dwarning-skip-proxy-traps-a.js7 getOwnPropertyDescriptor() { throw new Error('getOwnPropertyDescriptor'); }, method
/third_party/typescript/src/lib/
Des2015.proxy.d.ts7 getOwnPropertyDescriptor?(target: T, p: string | symbol): PropertyDescriptor | undefined; method
Des5.d.ts152 getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined; method
/third_party/typescript/lib/
Dlib.es2015.proxy.d.ts27 getOwnPropertyDescriptor?(target: T, p: string | symbol): PropertyDescriptor | undefined; method
Dlib.es5.d.ts172 getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined; method
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-786.js30 try { Date.prototype.setMinutes(Object.getOwnPropertyDescriptor, Object.getOwnPropertyNames) } cat…
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/test/
Dtests.js114 getOwnPropertyDescriptor: function (target, key) { method
/third_party/node/lib/internal/modules/cjs/
Dloader.js693 getOwnPropertyDescriptor(target, prop) { method
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts151 getOwnPropertyDescriptor(o: any, p: string): PropertyDescriptor; variable
/third_party/typescript/tests/lib/
Dlib.d.ts159 getOwnPropertyDescriptor(o: any, p: string): PropertyDescriptor; method
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp96701 GetOwnPropertyOp getOwnPropertyDescriptor; member