Skip to content

Commit fed1d18

Browse files
targosMylesBorins
authored andcommitted
deps: update v8.gyp
Synchronize source files list with upstream's BUILD.gn. PR-URL: #19989 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent bad3c92 commit fed1d18

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Reset this number to 0 on major V8 upgrades.
2929
# Increment by one for each non-official patch applied to deps/v8.
30-
'v8_embedder_string': '-node.0',
30+
'v8_embedder_string': '-node.1',
3131

3232
# Enable disassembler for `--print-code` v8 options
3333
'v8_enable_disassembler': 1,

deps/v8/gypfiles/v8.gyp

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@
541541
'../src/api.cc',
542542
'../src/api.h',
543543
'../src/api-arguments-inl.h',
544-
'../src/api-arguments.cc',
545544
'../src/api-arguments.h',
546545
'../src/api-natives.cc',
547546
'../src/api-natives.h',
@@ -657,8 +656,6 @@
657656
'../src/compilation-cache.h',
658657
'../src/compilation-dependencies.cc',
659658
'../src/compilation-dependencies.h',
660-
'../src/compilation-info.cc',
661-
'../src/compilation-info.h',
662659
'../src/compilation-statistics.cc',
663660
'../src/compilation-statistics.h',
664661
'../src/compiler/access-builder.cc',
@@ -941,9 +938,8 @@
941938
'../src/extensions/trigger-failure-extension.h',
942939
'../src/external-reference-table.cc',
943940
'../src/external-reference-table.h',
944-
'../src/factory-inl.h',
945-
'../src/factory.cc',
946-
'../src/factory.h',
941+
'../src/external-reference.cc',
942+
'../src/external-reference.h',
947943
'../src/fast-dtoa.cc',
948944
'../src/fast-dtoa.h',
949945
'../src/feedback-vector-inl.h',
@@ -987,6 +983,9 @@
987983
'../src/heap/concurrent-marking.h',
988984
'../src/heap/embedder-tracing.cc',
989985
'../src/heap/embedder-tracing.h',
986+
'../src/heap/factory-inl.h',
987+
'../src/heap/factory.cc',
988+
'../src/heap/factory.h',
990989
'../src/heap/memory-reducer.cc',
991990
'../src/heap/memory-reducer.h',
992991
'../src/heap/gc-idle-time-handler.cc',
@@ -1174,11 +1173,15 @@
11741173
'../src/objects/js-promise.h',
11751174
'../src/objects/js-regexp-inl.h',
11761175
'../src/objects/js-regexp.h',
1176+
'../src/objects/js-regexp-string-iterator-inl.h',
1177+
'../src/objects/js-regexp-string-iterator.h',
11771178
'../src/objects/literal-objects.cc',
11781179
'../src/objects/literal-objects-inl.h',
11791180
'../src/objects/literal-objects.h',
11801181
'../src/objects/map-inl.h',
11811182
'../src/objects/map.h',
1183+
'../src/objects/maybe-object-inl.h',
1184+
'../src/objects/maybe-object.h',
11821185
'../src/objects/microtask-inl.h',
11831186
'../src/objects/microtask.h',
11841187
'../src/objects/module-inl.h',
@@ -1204,6 +1207,8 @@
12041207
'../src/objects/string-table.h',
12051208
'../src/objects/template-objects.cc',
12061209
'../src/objects/template-objects.h',
1210+
'../src/optimized-compilation-info.cc',
1211+
'../src/optimized-compilation-info.h',
12071212
'../src/ostreams.cc',
12081213
'../src/ostreams.h',
12091214
'../src/parsing/duplicate-finder.h',
@@ -1415,13 +1420,15 @@
14151420
'../src/trap-handler/trap-handler-internal.h',
14161421
'../src/type-hints.cc',
14171422
'../src/type-hints.h',
1418-
'../src/unicode-inl.h',
1419-
'../src/unicode.cc',
1420-
'../src/unicode.h',
14211423
'../src/unicode-cache-inl.h',
14221424
'../src/unicode-cache.h',
14231425
'../src/unicode-decoder.cc',
14241426
'../src/unicode-decoder.h',
1427+
'../src/unicode-inl.h',
1428+
'../src/unicode.cc',
1429+
'../src/unicode.h',
1430+
'../src/unoptimized-compilation-info.cc',
1431+
'../src/unoptimized-compilation-info.h',
14251432
'../src/uri.cc',
14261433
'../src/uri.h',
14271434
'../src/utils-inl.h',
@@ -1471,8 +1478,6 @@
14711478
'../src/wasm/wasm-code-manager.h',
14721479
'../src/wasm/wasm-code-specialization.cc',
14731480
'../src/wasm/wasm-code-specialization.h',
1474-
'../src/wasm/wasm-code-wrapper.cc',
1475-
'../src/wasm/wasm-code-wrapper.h',
14761481
'../src/wasm/wasm-constants.h',
14771482
'../src/wasm/wasm-debug.cc',
14781483
'../src/wasm/wasm-engine.cc',
@@ -2201,12 +2206,12 @@
22012206
'../include//libplatform/libplatform.h',
22022207
'../include//libplatform/libplatform-export.h',
22032208
'../include//libplatform/v8-tracing.h',
2204-
'../src/libplatform/default-background-task-runner.cc',
2205-
'../src/libplatform/default-background-task-runner.h',
22062209
'../src/libplatform/default-foreground-task-runner.cc',
22072210
'../src/libplatform/default-foreground-task-runner.h',
22082211
'../src/libplatform/default-platform.cc',
22092212
'../src/libplatform/default-platform.h',
2213+
'../src/libplatform/default-worker-threads-task-runner.cc',
2214+
'../src/libplatform/default-worker-threads-task-runner.h',
22102215
'../src/libplatform/task-queue.cc',
22112216
'../src/libplatform/task-queue.h',
22122217
'../src/libplatform/tracing/trace-buffer.cc',
@@ -2342,8 +2347,6 @@
23422347
'../src/js/prologue.js',
23432348
'../src/js/array.js',
23442349
'../src/js/typedarray.js',
2345-
'../src/js/messages.js',
2346-
'../src/js/spread.js',
23472350
'../src/debug/mirrors.js',
23482351
'../src/debug/debug.js',
23492352
'../src/debug/liveedit.js',
@@ -2473,6 +2476,8 @@
24732476
'../src/objects/js-array-inl.h',
24742477
'../src/objects/js-regexp.h',
24752478
'../src/objects/js-regexp-inl.h',
2479+
'../src/objects/js-regexp-string-iterator-inl.h',
2480+
'../src/objects/js-regexp-string-iterator.h',
24762481
'../src/objects/map.h',
24772482
'../src/objects/map-inl.h',
24782483
'../src/objects/script.h',

0 commit comments

Comments
 (0)