Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
460 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | var classApplyDescriptorGet = require("./classApplyDescriptorGet.js");
|
---|
| 2 |
|
---|
| 3 | var classExtractFieldDescriptor = require("./classExtractFieldDescriptor.js");
|
---|
| 4 |
|
---|
| 5 | function _classPrivateFieldGet(receiver, privateMap) {
|
---|
| 6 | var descriptor = classExtractFieldDescriptor(receiver, privateMap, "get");
|
---|
| 7 | return classApplyDescriptorGet(receiver, descriptor);
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | module.exports = _classPrivateFieldGet;
|
---|
| 11 | module.exports["default"] = module.exports, module.exports.__esModule = true; |
---|
Note:
See
TracBrowser
for help on using the repository browser.