()
| 435 | } |
| 436 | |
| 437 | hasAsyncGraph() { |
| 438 | validateThisInternalField(this, kWrap, 'SourceTextModule'); |
| 439 | if (this[kWrap].getStatus() < kInstantiated) { |
| 440 | throw new ERR_VM_MODULE_STATUS('must be instantiated'); |
| 441 | } |
| 442 | return this[kWrap].hasAsyncGraph; |
| 443 | } |
| 444 | |
| 445 | hasTopLevelAwait() { |
| 446 | validateThisInternalField(this, kWrap, 'SourceTextModule'); |
no outgoing calls
no test coverage detected