main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
392 bytes
|
Rev | Line | |
---|
[d24f17c] | 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.