(object, property)
| 167 | }; |
| 168 | } |
| 169 | function _superPropBase(object, property) { |
| 170 | while (!Object.prototype.hasOwnProperty.call(object, property)) { |
| 171 | object = _getPrototypeOf(object); |
| 172 | if (object === null) break; |
| 173 | } |
| 174 | return object; |
| 175 | } |
| 176 | function _get() { |
| 177 | if (typeof Reflect !== "undefined" && Reflect.get) { |
| 178 | _get = Reflect.get.bind(); |
no test coverage detected