| 400 | } |
| 401 | |
| 402 | const hasFunction = value => isObject(value) |
| 403 | && Object.getOwnPropertyNames(value).some((key) => isFunction(value[key])); |
| 404 | |
| 405 | function needContext(proxy, names) { |
| 406 | const {isScriptable, isIndexable} = _descriptors(proxy); |
no test coverage detected