()
| 443 | } |
| 444 | |
| 445 | hasTopLevelAwait() { |
| 446 | validateThisInternalField(this, kWrap, 'SourceTextModule'); |
| 447 | return this[kWrap].hasTopLevelAwait; |
| 448 | } |
| 449 | |
| 450 | createCachedData() { |
| 451 | const { status } = this; |
no outgoing calls
no test coverage detected