()
| 491 | } |
| 492 | |
| 493 | link() { |
| 494 | validateThisInternalField(this, kWrap, 'SyntheticModule'); |
| 495 | // No-op for synthetic modules |
| 496 | // Do not invoke super.link() as it will throw an error. |
| 497 | } |
| 498 | |
| 499 | setExport(name, value) { |
| 500 | validateThisInternalField(this, kWrap, 'SyntheticModule'); |
no outgoing calls
no test coverage detected