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

Commit1cf4ad7

Browse files
targosnodejs-github-bot
authored andcommitted
deps: silence irrelevant V8 warning
PR-URL:#44741Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>Reviewed-By: Jiawen Geng <technicalcute@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>PR-URL:#45230Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parentcecad3b commit1cf4ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

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

‎deps/v8/include/v8-persistent-handle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class NonCopyablePersistentTraits {
252252
* This will clone the contents of storage cell, but not any of the flags, etc.
253253
*/
254254
template<classT>
255-
structV8_DEPRECATED("Use v8::Global instead")CopyablePersistentTraits {
255+
structCopyablePersistentTraits {
256256
using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>;
257257
staticconstboolkResetInDestructor =true;
258258
template<classS,classM>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp