Home
last modified time | relevance | path

Searched defs:defineProperties (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dbody.js254 Object.defineProperties(Body.prototype, { function
Dheaders.js207 Object.defineProperties(Headers.prototype, { function
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts180 defineProperties(o: any, properties: PropertyDescriptorMap): any; variable
/third_party/typescript/src/lib/
Des5.d.ts189 defineProperties<T>(o: T, properties: PropertyDescriptorMap & ThisType<any>): T; method
/third_party/typescript/lib/
Dlib.es5.d.ts209 defineProperties<T>(o: T, properties: PropertyDescriptorMap & ThisType<any>): T; method
/third_party/typescript/tests/lib/
Dlib.d.ts188 defineProperties<T>(o: T, properties: PropertyDescriptorMap): T; method