mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
deps: V8: cherry-pick 249de887a8d3
Original commit message: [explicit-resource-management] Fix parsing for (using of=null;;) Apparently `using of` is allowed in the initializer position of C-style for loops. See https://github.com/tc39/proposal-explicit-resource-management/issues/248 Bug: 42203506 Change-Id: Ia056b161f4ea28a0f3ba4e3e420f1718195274a4 Reviewed-on:6594471
Commit-Queue: Shu-yu Guo <syg@chromium.org> Reviewed-by: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Cr-Commit-Position: refs/heads/main@{#100531} Refs:249de887a8
PR-URL: https://github.com/nodejs/node/pull/58561 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
9e35ddca44
commit
d327cbea9a
3 changed files with 19 additions and 7 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
# Reset this number to 0 on major V8 upgrades.
|
||||
# Increment by one for each non-official patch applied to deps/v8.
|
||||
'v8_embedder_string': '-node.12',
|
||||
'v8_embedder_string': '-node.13',
|
||||
|
||||
##### V8 defaults for Node.js #####
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue