(object, property)
| 63358 | var _getPrototypeOfJs = require("./getPrototypeOf.js"); |
| 63359 | var _getPrototypeOfJsDefault = parcelHelpers.interopDefault(_getPrototypeOfJs); |
| 63360 | function _superPropBase(object, property) { |
| 63361 | while(!Object.prototype.hasOwnProperty.call(object, property)){ |
| 63362 | object = (0, _getPrototypeOfJsDefault.default)(object); |
| 63363 | if (object === null) break; |
| 63364 | } |
| 63365 | return object; |
| 63366 | } |
| 63367 | exports.default = _superPropBase; |
| 63368 | |
| 63369 | },{"./getPrototypeOf.js":"jf1Jo","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"4Dr1U":[function(require,module,exports) { |
nothing calls this directly
no outgoing calls
no test coverage detected