()
| 538 | _hasStartedUserCJSExecution = true; |
| 539 | }, |
| 540 | hasStartedUserESMExecution() { |
| 541 | return _hasStartedUserESMExecution; |
| 542 | }, |
| 543 | setHasStartedUserESMExecution() { |
| 544 | _hasStartedUserESMExecution = true; |
| 545 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…