Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2664536

Browse filesBrowse files
gengjiawentargos
authored andcommitted
deps: V8: cherry-pick 8e10685ff918
Original commit message: [build]: fix wrong name Change-Id: I504e836da1e36d7b9e504dbdbff8803363f08ccd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4392064 Reviewed-by: Tobias Tebbi <tebbi@chromium.org> Commit-Queue: Tobias Tebbi <tebbi@chromium.org> Cr-Commit-Position: refs/heads/main@{#86919} Refs: v8/v8@8e10685 PR-URL: #47440 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 2b411f4 commit 2664536
Copy full SHA for 2664536

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.3',
39+
'v8_embedder_string': '-node.4',
4040

4141
##### V8 defaults for Node.js #####
4242

Collapse file

‎deps/v8/BUILD.gn‎

Copy file name to clipboardExpand all lines: deps/v8/BUILD.gn
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3085,8 +3085,8 @@ v8_header_set("v8_internal_headers") {
30853085
"src/compiler/turboshaft/typed-optimizations-reducer.h",
30863086
"src/compiler/turboshaft/typer.h",
30873087
"src/compiler/turboshaft/types.h",
3088-
"src/compiler/turboshaft/undef-assembler.macros.inc",
3089-
"src/compiler/turboshaft/uniform-reducer-adapater.h",
3088+
"src/compiler/turboshaft/undef-assembler-macros.inc",
3089+
"src/compiler/turboshaft/uniform-reducer-adapter.h",
30903090
"src/compiler/turboshaft/utils.h",
30913091
"src/compiler/turboshaft/value-numbering-reducer.h",
30923092
"src/compiler/turboshaft/variable-reducer.h",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.