Home
last modified time | relevance | path

Searched defs:getOwnPropertyDescriptors (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/
Dshim.js10 { getOwnPropertyDescriptors: polyfill }, property
11 …{ getOwnPropertyDescriptors: function () { return Object.getOwnPropertyDescriptors !== polyfill; }… method
Dimplementation.js30 module.exports = function getOwnPropertyDescriptors(value) { function
/third_party/typescript/lib/
Dlib.es2017.object.d.ts50getOwnPropertyDescriptors<T>(o: T): {[P in keyof T]: TypedPropertyDescriptor<T[P]>} & { [x: string… method
/third_party/typescript/src/lib/
Des2017.object.d.ts30getOwnPropertyDescriptors<T>(o: T): {[P in keyof T]: TypedPropertyDescriptor<T[P]>} & { [x: string… method