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 11.5 #48456

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions benchmark/worker/atomics-wait.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ if (typeof SharedArrayBuffer === 'undefined') {
throw new Error('SharedArrayBuffers must be enabled to run this benchmark');
}

if (typeof Atomics === 'undefined') {
throw new Error('Atomics must be enabled to run this benchmark');
}

const common = require('../common.js');
const bench = common.createBenchmark(main, {
n: [1e7],
Expand Down
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
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.9',
'v8_embedder_string': '-node.4',

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

Expand Down
1 change: 1 addition & 0 deletions deps/v8/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
BasedOnStyle: Google
DerivePointerAlignment: false
MaxEmptyLinesToKeep: 1
IfMacros: ['IF', 'IF_NOT', 'ELSE', 'ELSE_IF']
7 changes: 5 additions & 2 deletions deps/v8/.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@ no_check_targets = [
"//:cppgc_base",
"//:v8_internal_headers",
"//src/inspector:inspector",
"//test/cctest:cctest_sources", # 15 errors
"//test/unittests:inspector_unittests_sources", # 2 errors
"//test/cctest:cctest_sources", # 15 errors
"//test/unittests:inspector_unittests_sources", # 2 errors
"//third_party/icu:*",
]

default_args = {
# Overwrite default args declared in the Fuchsia sdk
# Please maintain this in sync with Chromium version in src/.gn
fuchsia_target_api_level = 9

# Disable rust dependencies.
enable_rust = false
}

# These are the list of GN files that run exec_script. This whitelist exists
Expand Down
5 changes: 5 additions & 0 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Jan de Mooij <[email protected]>
Janusz Majnert <[email protected]>
Javad Amiri <[email protected]>
Jay Freeman <[email protected]>
Jérôme Vouillon <[email protected]>
Jesper van den Ende <[email protected]>
Ji Qiu <[email protected]>
Jiawen Geng <[email protected]>
Expand All @@ -167,6 +168,7 @@ Kang-Hao (Kenny) Lu <[email protected]>
Karl Skomski <[email protected]>
Keith Smiley <[email protected]>
Kevin Gibbons <[email protected]>
Keyhan Vakil <[email protected]>
Kris Selden <[email protected]>
Kyounga Ra <[email protected]>
Loo Rong Jie <[email protected]>
Expand Down Expand Up @@ -243,12 +245,14 @@ Seo Sanghyeon <[email protected]>
Shawn Anastasio <[email protected]>
Shawn Presser <[email protected]>
Stefan Penner <[email protected]>
Stefan Stojanovic <[email protected]>
Stephan Hartmann <[email protected]>
Stephen Belanger <[email protected]>
Sylvestre Ledru <[email protected]>
Takeshi Yoneda <[email protected]>
Taketoshi Aono <[email protected]>
Tao Liqiang <[email protected]>
Tao Wang <[email protected]>
Teddy Katz <[email protected]>
Thomas Young <[email protected]>
Tiancheng "Timothy" Gu <[email protected]>
Expand All @@ -265,6 +269,7 @@ Vlad Burlik <[email protected]>
Vladimir Krivosheev <[email protected]>
Vladimir Shutoff <[email protected]>
Wael Almattar <[email protected]>
Wang Chen <[email protected]>
WANG Xuerui <[email protected]>
Wei Wu <[email protected]>
Wenlu Wang <[email protected]>
Expand Down
Loading