| /third_party/jerryscript/tests/jerry/es2015/ |
| D | proxy_define_own_property.js | 20 var handler = { defineProperty (target) { method 35 defineProperty: function(target, name, desc) { method 52 defineProperty: function(target, name, desc) { method 90 defineProperty: 1 property 105 defineProperty: undefined property 123 defineProperty: function(target, name, desc) { method 153 defineProperty: function(target, name, desc) { method
|
| D | instanceof-symbol-hasinstance.js | 38 Object.defineProperty (PositiveNumber, Symbol.hasInstance, { variable in Object
|
| /third_party/node/test/parallel/ |
| D | test-promises-unhandled-proxy-rejections.js | 15 defineProperty: throwErr, property
|
| D | test-util-inspect-proxy.js | 30 defineProperty() { throw new Error('defineProperty'); }, method
|
| /third_party/node/test/fixtures/cycles/ |
| D | warning-skip-proxy-traps-a.js | 8 defineProperty() { throw new Error('defineProperty'); }, method
|
| /third_party/typescript/lib/ |
| D | lib.es2015.proxy.d.ts | 40 defineProperty?(target: T, property: string | symbol, attributes: PropertyDescriptor): boolean; method
|
| D | lib.es5.d.ts | 202 defineProperty<T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>): T; method
|
| /third_party/typescript/src/lib/ |
| D | es2015.proxy.d.ts | 20 defineProperty?(target: T, property: string | symbol, attributes: PropertyDescriptor): boolean; method
|
| D | es5.d.ts | 182 defineProperty<T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>): T; method
|
| /third_party/node/lib/internal/bootstrap/ |
| D | node.js | 123 defineProperty(target, key, descriptor) { method
|
| /third_party/node/lib/internal/modules/cjs/ |
| D | loader.js | 307 defineProperty(target, property, descriptor) { method
|
| /third_party/typescript/tests/cases/conformance/decorators/ |
| D | 1.0lib-noErrors.ts | 173 defineProperty(o: any, p: string, attributes: PropertyDescriptor): any; variable
|
| /third_party/node/test/common/ |
| D | index.js | 555 defineProperty(target, property, descriptor) { method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 181 defineProperty<T>(o: T, p: string, attributes: PropertyDescriptor): T; method
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 96697 DefinePropertyOp defineProperty; member 144419 bool defineProperty(JSContext* cx, JS::Handle<JSObject*> proxy, JS::Handle<jsid> id, in defineProperty() function in mozilla::dom::DOMProxyHandler
|