mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 16:28:50 +00:00
6 lines
392 B
JavaScript
6 lines
392 B
JavaScript
|
|
import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
|
||
|
|
import classExtractFieldDescriptor from "./classExtractFieldDescriptor.js";
|
||
|
|
export default function _classPrivateFieldDestructureSet(receiver, privateMap) {
|
||
|
|
var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set");
|
||
|
|
return classApplyDescriptorDestructureSet(receiver, descriptor);
|
||
|
|
}
|