Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9f84d3e

Browse files
gengjiawennodejs-github-bot
authored andcommitted
deps: V8: fix v8-cppgc.h for MSVC
Refs:https://bugs.chromium.org/p/v8/issues/detail?id=12661Refs:#42375PR-URL:#42657Reviewed-By: Darshan Sen <raisinten@gmail.com>Reviewed-By: Richard Lau <rlau@redhat.com>Reviewed-By: Jiawen Geng <technicalcute@gmail.com>Reviewed-By: Michael Dawson <midawson@redhat.com>PR-URL:#45579Reviewed-By: Michaël Zasso <targos@protonmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
1 parentf2318cd commit9f84d3e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎common.gypi

Lines 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.1',
39+
'v8_embedder_string':'-node.2',
4040

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

‎deps/v8/include/v8-cppgc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ struct WrapperDescriptor final {
7777
};
7878

7979
structV8_EXPORT CppHeapCreateParams {
80+
CppHeapCreateParams(const CppHeapCreateParams&) =delete;
81+
CppHeapCreateParams&operator=(const CppHeapCreateParams&) =delete;
82+
8083
std::vector<std::unique_ptr<cppgc::CustomSpaceBase>> custom_spaces;
8184
WrapperDescriptor wrapper_descriptor;
8285
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp