bpms_site/.svn/pristine/79/7997b409e1cf476084113fe9c7c31da014492299.svn-base
2025-11-02 16:38:49 +03:30

9 lines
352 B
Plaintext

"use strict";
exports._ = exports._class_check_private_static_field_descriptor = _class_check_private_static_field_descriptor;
function _class_check_private_static_field_descriptor(descriptor, action) {
if (descriptor === undefined) {
throw new TypeError("attempted to " + action + " private static field before its declaration");
}
}