From 085a94ac9ba2b39c211d45c60ca483e873b7f3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 29 May 2025 22:47:15 +0200 Subject: [PATCH] tools: update V8 gypfiles for 13.8 PR-URL: https://github.com/nodejs/node/pull/59805 Reviewed-By: Filip Skokan Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig --- tools/v8_gypfiles/v8.gyp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 264b631438..c43abf2a88 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -480,6 +480,16 @@ 'mksnapshot_flags': ['--no-native-code-counters'], }, }], + ['build_type=="Debug"', { + 'outputs': [ + '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc', + ], + 'variables': { + 'mksnapshot_flags': [ + '--builtins-effects-src', '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc', + ], + }, + }], ], 'action': [ '>@(_inputs)', @@ -2149,6 +2159,8 @@ '<(V8_ROOT)/src/objects/megadom-handler-inl.h', '<(V8_ROOT)/src/objects/name.h', '<(V8_ROOT)/src/objects/name-inl.h', + '<(V8_ROOT)/src/objects/number-string-cache.h', + '<(V8_ROOT)/src/objects/number-string-cache-inl.h', '<(V8_ROOT)/src/objects/objects.h', '<(V8_ROOT)/src/objects/objects-inl.h', '<(V8_ROOT)/src/objects/oddball.h',