Skip to content

Commit 1c6164b

Browse files
targosnodejs-ci
authored andcommitted
deps: update v8.gyp
until v8/v8@23d7fb6
1 parent 25d0134 commit 1c6164b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

deps/v8/gypfiles/v8.gyp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,8 @@
941941
'../src/extensions/trigger-failure-extension.h',
942942
'../src/external-reference-table.cc',
943943
'../src/external-reference-table.h',
944+
'../src/external-reference.cc',
945+
'../src/external-reference.h',
944946
'../src/factory-inl.h',
945947
'../src/factory.cc',
946948
'../src/factory.h',
@@ -1179,6 +1181,8 @@
11791181
'../src/objects/literal-objects.h',
11801182
'../src/objects/map-inl.h',
11811183
'../src/objects/map.h',
1184+
'../src/objects/maybe-object-inl.h',
1185+
'../src/objects/maybe-object.h',
11821186
'../src/objects/microtask-inl.h',
11831187
'../src/objects/microtask.h',
11841188
'../src/objects/module-inl.h',
@@ -1471,8 +1475,6 @@
14711475
'../src/wasm/wasm-code-manager.h',
14721476
'../src/wasm/wasm-code-specialization.cc',
14731477
'../src/wasm/wasm-code-specialization.h',
1474-
'../src/wasm/wasm-code-wrapper.cc',
1475-
'../src/wasm/wasm-code-wrapper.h',
14761478
'../src/wasm/wasm-constants.h',
14771479
'../src/wasm/wasm-debug.cc',
14781480
'../src/wasm/wasm-engine.cc',
@@ -2343,7 +2345,6 @@
23432345
'../src/js/array.js',
23442346
'../src/js/typedarray.js',
23452347
'../src/js/messages.js',
2346-
'../src/js/spread.js',
23472348
'../src/debug/mirrors.js',
23482349
'../src/debug/debug.js',
23492350
'../src/debug/liveedit.js',

0 commit comments

Comments
 (0)