()
| 136 | |
| 137 | let ownsProcessState; |
| 138 | function lazyOwnsProcessState() { |
| 139 | ownsProcessState ??= require('internal/worker').ownsProcessState; |
| 140 | return ownsProcessState; |
| 141 | } |
| 142 | |
| 143 | // These helper functions are needed because the constructors can |
| 144 | // use new, in which case V8 cannot inline the recursive constructor call |