* Returns true, if the runtime module should get it's own scope. * @returns {boolean} true, if the runtime module should get it's own scope
()
| 230 | * @returns {boolean} true, if the runtime module should get it's own scope |
| 231 | */ |
| 232 | shouldIsolate() { |
| 233 | return true; |
| 234 | } |
| 235 | } |
| 236 | |
| 237 | /** |
no outgoing calls
no test coverage detected