Skip to content

[v14.x] deps: V8 parent ordering fix backport

This is a backport of https://github.com/nodejs/node/pull/37864 for 14.x. Getting this v8 patch to land cleanly required also porting https://github.com/v8/v8/commit/5f90cfd754b96bd74690c2e2ab40f070bb620aa6 which I've included as a separate commit in this PR.

This would be a very useful backport to ensure that between Node.js 14 and up, top-level await execution ordering semantics will always be well-defined and to specification.

Merge request reports

Loading