Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
392 bytes
|
Line | |
---|
1 | import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
|
---|
2 | import classExtractFieldDescriptor from "./classExtractFieldDescriptor.js";
|
---|
3 | export default function _classPrivateFieldDestructureSet(receiver, privateMap) {
|
---|
4 | var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set");
|
---|
5 | return classApplyDescriptorDestructureSet(receiver, descriptor);
|
---|
6 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.