Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update V8 to 9.2 #38990

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cbcca9b
deps: update V8 to 9.2.230.21
targos Jul 14, 2021
92a4738
build: reset embedder string to "-node.0"
targos Jul 14, 2021
f3925e0
src: update NODE_MODULE_VERSION to 95
targos Jun 10, 2021
4d1ae1b
deps: V8: un-cherry-pick bd019bd
refack Mar 27, 2019
4755eff
deps: V8: patch register-arm64.h
refack May 22, 2019
7021ce5
deps: V8: forward declaration of `Rtl*FunctionTable`
refack May 22, 2019
4dfe06c
deps: make v8.h compatible with VS2015
joaocgreis Nov 1, 2019
a83b37f
deps: fix V8 build issue with inline methods
gengjiawen Oct 14, 2020
0d184ad
deps: silence irrelevant V8 warnings
targos Jan 30, 2021
300ba51
deps: silence irrelevant V8 warning
targos May 1, 2021
f97ebf6
tools: update V8 gypfiles for 9.2
targos Apr 11, 2021
e1d1fb9
src: use non-deprecated Symbol::Description
targos Apr 14, 2021
903db05
src: stop using deprecated v8::ApiObject
targos Apr 26, 2021
53fcfe1
test: update trace events test expectations
targos Apr 21, 2021
a5311aa
test: remove test-debug-args
targos Apr 26, 2021
56aec9e
test: ensure microtask queues are not automatically drained
jeisinger Apr 29, 2021
80f6175
deps: bump minimum ICU version to 69
targos May 15, 2021
1e6c1f5
deps: V8: cherry-pick 3d24b3ab8af0
targos Jun 10, 2021
fe13d6b
deps: V8: backport 71e8f8bb3c26
targos Jun 16, 2021
80c2e3e
deps: V8: cherry-pick 986299250e6d
richardlau Jun 16, 2021
dd72030
deps: V8: cherry-pick a5cea1bfc38c
targos Jun 20, 2021
799d0c5
deps: V8: cherry-pick 7ff6609a5385
targos Jun 20, 2021
2587faf
deps: V8: cherry-pick 53784bdb8f01
targos Jul 10, 2021
d975b6a
deps: V8: cherry-pick 2b77ca200c56
targos Jul 10, 2021
03af7f4
deps: V8: cherry-pick 56fe020eec0c
targos Jul 10, 2021
021567a
deps: V8: cherry-pick 3805a698f7b6
targos Jul 10, 2021
59ed44b
deps: V8: cherry-pick 359d44df4cdd
targos Jul 10, 2021
3eb9fad
deps: V8: backport 5c76da8ddcf8
targos Jul 10, 2021
405560f
tools: fetch googletest dependency for V8 CI
targos Jul 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -36,7 +36,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.20',
'v8_embedder_string': '-node.18',

##### V8 defaults for Node.js #####

Expand Down
12 changes: 11 additions & 1 deletion deps/v8/.gn
Expand Up @@ -7,11 +7,21 @@ import("//build/dotfile_settings.gni")
# The location of the build configuration file.
buildconfig = "//build/config/BUILDCONFIG.gn"

# The python interpreter to use by default. On Windows, this will look
# for python3.exe and python3.bat.
script_executable = "python3"

# These are the targets to check headers for by default. The files in targets
# matching these patterns (see "gn help label_pattern" for format) will have
# their includes checked for proper dependencies when you run either
# "gn check" or "gn gen --check".
check_targets = []
no_check_targets = [
"//:cppgc_base",
"//:v8_internal_headers",
"//src/inspector:inspector",
"//test/cctest:cctest_sources",
"//third_party/icu:*",
]

# These are the list of GN files that run exec_script. This whitelist exists
# to force additional review for new uses of exec_script, which is strongly
Expand Down
3 changes: 3 additions & 0 deletions deps/v8/AUTHORS
Expand Up @@ -84,6 +84,7 @@ Colin Ihrig <cjihrig@gmail.com>
Cong Zuo <zckevinzc@gmail.com>
Daniel Andersson <kodandersson@gmail.com>
Daniel Bevenius <daniel.bevenius@gmail.com>
Daniel Dromboski <dandromb@gmail.com>
Daniel James <dnljms@gmail.com>
David Carlier <devnexen@gmail.com>
David Manouchehri <david@davidmanouchehri.com>
Expand Down Expand Up @@ -229,6 +230,7 @@ Vladimir Krivosheev <develar@gmail.com>
Vladimir Shutoff <vovan@shutoff.ru>
Wei Wu <lazyparser@gmail.com>
Wenlu Wang <kingwenlu@gmail.com>
Wenyu Zhao <wenyu.zhao@anu.edu.au>
Wiktor Garbacz <wiktor.garbacz@gmail.com>
Wouter Vermeiren <wouter.vermeiren@essensium.com>
Xiaofang Zou <zouxiaofang@iscas.ac.cn>
Expand All @@ -240,6 +242,7 @@ Yong Wang <ccyongwang@tencent.com>
Youfeng Hao <ajihyf@gmail.com>
Yu Yin <xwafish@gmail.com>
Yusif Khudhur <yusif.khudhur@gmail.com>
Yuri Iozzelli <yuri@leaningtech.com>
Zac Hansen <xaxxon@gmail.com>
Zeynep Cankara <zeynepcankara402@gmail.com>
Zhao Jiazhong <kyslie3100@gmail.com>
Expand Down