Skip to content

Commit fecbce4

Browse files
targosnodejs-ci
authored andcommitted
deps: update v8.gyp
1 parent d800599 commit fecbce4

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

deps/v8/gypfiles/v8.gyp

+15-7
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,8 @@
969969
'../src/global-handles.cc',
970970
'../src/global-handles.h',
971971
'../src/globals.h',
972+
'../src/handler-table.cc',
973+
'../src/handler-table.h',
972974
'../src/handles-inl.h',
973975
'../src/handles.cc',
974976
'../src/handles.h',
@@ -1164,26 +1166,32 @@
11641166
'../src/objects/hash-table.h',
11651167
'../src/objects/intl-objects.cc',
11661168
'../src/objects/intl-objects.h',
1167-
'../src/objects/js-array.h',
11681169
'../src/objects/js-array-inl.h',
1169-
'../src/objects/js-collection.h',
1170+
'../src/objects/js-array.h',
11701171
'../src/objects/js-collection-inl.h',
1171-
'../src/objects/js-regexp.h',
1172+
'../src/objects/js-collection.h',
1173+
'../src/objects/js-promise-inl.h',
1174+
'../src/objects/js-promise.h',
11721175
'../src/objects/js-regexp-inl.h',
1176+
'../src/objects/js-regexp.h',
11731177
'../src/objects/literal-objects.cc',
11741178
'../src/objects/literal-objects-inl.h',
11751179
'../src/objects/literal-objects.h',
11761180
'../src/objects/map-inl.h',
11771181
'../src/objects/map.h',
1178-
'../src/objects/name-inl.h',
1179-
'../src/objects/name.h',
1182+
'../src/objects/microtask-inl.h',
1183+
'../src/objects/microtask.h',
11801184
'../src/objects/module-inl.h',
11811185
'../src/objects/module.cc',
11821186
'../src/objects/module.h',
1183-
'../src/objects/object-macros.h',
1187+
'../src/objects/name-inl.h',
1188+
'../src/objects/name.h',
11841189
'../src/objects/object-macros-undef.h',
1185-
'../src/objects/property-descriptor-object.h',
1190+
'../src/objects/object-macros.h',
1191+
'../src/objects/promise-inl.h',
1192+
'../src/objects/promise.h',
11861193
'../src/objects/property-descriptor-object-inl.h',
1194+
'../src/objects/property-descriptor-object.h',
11871195
'../src/objects/regexp-match-info.h',
11881196
'../src/objects/scope-info.cc',
11891197
'../src/objects/scope-info.h',

0 commit comments

Comments
 (0)