mirror of https://github.com/jkjoy/sunpeiwen.git
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);
|
||
|
}
|