Home
last modified time | relevance | path

Searched defs:getPolyfill (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/
Dindex.js6 var getPolyfill = require('./polyfill'); variable
10 getPolyfill: getPolyfill, property
Dpolyfill.js5 module.exports = function getPolyfill() { function
Dshim.js3 var getPolyfill = require('./polyfill'); variable