bpms_site/.svn/pristine/26/2684299942984918250e8b1bd623dd4f71fc0d20.svn-base
2025-11-02 16:38:49 +03:30

11 lines
347 B
Plaintext

"use strict";
exports._ = exports._class_private_field_loose_base = _class_private_field_loose_base;
function _class_private_field_loose_base(receiver, privateKey) {
if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
throw new TypeError("attempted to use private field on non-instance");
}
return receiver;
}