Searched defs:defineProperties (Results 1 – 6 of 6) sorted by relevance
254 Object.defineProperties(Body.prototype, { function
207 Object.defineProperties(Headers.prototype, { function
180 defineProperties(o: any, properties: PropertyDescriptorMap): any; variable
189 defineProperties<T>(o: T, properties: PropertyDescriptorMap & ThisType<any>): T; method
209 defineProperties<T>(o: T, properties: PropertyDescriptorMap & ThisType<any>): T; method
188 defineProperties<T>(o: T, properties: PropertyDescriptorMap): T; method