bpms_site/.svn/pristine/67/679c27483c9c9fb8c1fbf7187ec63a8d86c51412.svn-base
2025-11-02 16:38:49 +03:30

12 lines
326 B
Plaintext

import { _get_prototype_of } from "./_get_prototype_of.js";
export function _super_prop_base(object, property) {
while (!Object.prototype.hasOwnProperty.call(object, property)) {
object = _get_prototype_of(object);
if (object === null) break;
}
return object;
}
export { _super_prop_base as _ };