Skip to content

deps: v8 backport 2d08967

Rodrigo Muino Tomonari requested to merge github/fork/bcoe/patch-throw into master

Backports https://github.com/v8/v8/commit/2d08967d4a4b9a43aa2b11781421e09bff3b89ad, which addresses issues related to terminal throw statements. When collecting coverage currently, the line after a throw statement will not be tracked:

image

with this patch, the line below the throw statement starts being tracked:

screen shot 2019-03-03 at 10 08 52 am

this is one of the issues reported in https://github.com/nodejs/node/issues/25937

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading