()
| 812 | // This prevents v8 code cache from getting confused and using a different |
| 813 | // cache from a resource of the same name |
| 814 | function getREPLResourceName() { |
| 815 | return `REPL${nextREPLResourceNumber++}`; |
| 816 | } |
| 817 | |
| 818 | const globalBuiltins = |
| 819 | new SafeSet(vm.runInNewContext('Object.getOwnPropertyNames(globalThis)')); |
no outgoing calls
no test coverage detected
searching dependent graphs…