Skip to content

process: make source map getter resistant against prototype tampering

Since this code runs during process and Worker shutdown, it should not call user-provided code and thereby e.g. provide a way to break out of worker.terminate().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading