Skip to content

Cherry-pick patch from V8 upstream that fixes instanceof problem

Rodrigo Muino Tomonari requested to merge github/fork/fhinkel/i7592 into v6.x
Checklist
  • make -j4 test (UNIX)
  • test is included
  • commit message follows commit guidelines
Affected core subsystem(s)

deps V8

Description of change

Float the following patch: InstanceOfStub incorrectly interprets the hole as a prototype. https://codereview.chromium.org/1810953002/

Fixes: https://github.com/nodejs/node/issues/7592

/cc @bnoordhuis

Merge request reports

Loading