| 1 | 'use strict'; |
| 2 | var $ = require('../internals/export'); |
| 3 | var uncurryThis = require('../internals/function-uncurry-this-clause'); |
| 4 | var getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f; |
nothing calls this directly
no test coverage detected