Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/test/
Dshimmed.js7 var defineProperties = require('define-properties'); variable
/third_party/node/deps/npm/node_modules/define-properties/
Dindex.js45 var defineProperties = function (object, map) { function
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts180 defineProperties(o: any, properties: PropertyDescriptorMap): any; variable
/third_party/typescript/lib/
Dlib.es5.d.ts207 defineProperties(o: any, properties: PropertyDescriptorMap & ThisType<any>): any; method
/third_party/typescript/src/lib/
Des5.d.ts187 defineProperties(o: any, properties: PropertyDescriptorMap & ThisType<any>): any; method
/third_party/typescript/tests/lib/
Dlib.d.ts188 defineProperties(o: any, properties: PropertyDescriptorMap): any; method