mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
deps: update v8.gyp
Synchronize source files list with upstream's BUILD.gn. PR-URL: https://github.com/nodejs/node/pull/19201 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
committed by
Myles Borins
parent
1f33c360a2
commit
85ccb63346
@@ -27,7 +27,7 @@
|
||||
|
||||
# Reset this number to 0 on major V8 upgrades.
|
||||
# Increment by one for each non-official patch applied to deps/v8.
|
||||
'v8_embedder_string': '-node.0',
|
||||
'v8_embedder_string': '-node.1',
|
||||
|
||||
# Enable disassembler for `--print-code` v8 options
|
||||
'v8_enable_disassembler': 1,
|
||||
|
||||
26
deps/v8/gypfiles/v8.gyp
vendored
26
deps/v8/gypfiles/v8.gyp
vendored
@@ -631,6 +631,8 @@
|
||||
'../src/builtins/builtins-utils.h',
|
||||
'../src/builtins/builtins.cc',
|
||||
'../src/builtins/builtins.h',
|
||||
'../src/builtins/constants-table-builder.cc',
|
||||
'../src/builtins/constants-table-builder.h',
|
||||
'../src/cached-powers.cc',
|
||||
'../src/cached-powers.h',
|
||||
'../src/callable.h',
|
||||
@@ -967,6 +969,8 @@
|
||||
'../src/global-handles.cc',
|
||||
'../src/global-handles.h',
|
||||
'../src/globals.h',
|
||||
'../src/handler-table.cc',
|
||||
'../src/handler-table.h',
|
||||
'../src/handles-inl.h',
|
||||
'../src/handles.cc',
|
||||
'../src/handles.h',
|
||||
@@ -1162,26 +1166,32 @@
|
||||
'../src/objects/hash-table.h',
|
||||
'../src/objects/intl-objects.cc',
|
||||
'../src/objects/intl-objects.h',
|
||||
'../src/objects/js-array.h',
|
||||
'../src/objects/js-array-inl.h',
|
||||
'../src/objects/js-collection.h',
|
||||
'../src/objects/js-array.h',
|
||||
'../src/objects/js-collection-inl.h',
|
||||
'../src/objects/js-regexp.h',
|
||||
'../src/objects/js-collection.h',
|
||||
'../src/objects/js-promise-inl.h',
|
||||
'../src/objects/js-promise.h',
|
||||
'../src/objects/js-regexp-inl.h',
|
||||
'../src/objects/js-regexp.h',
|
||||
'../src/objects/literal-objects.cc',
|
||||
'../src/objects/literal-objects-inl.h',
|
||||
'../src/objects/literal-objects.h',
|
||||
'../src/objects/map-inl.h',
|
||||
'../src/objects/map.h',
|
||||
'../src/objects/name-inl.h',
|
||||
'../src/objects/name.h',
|
||||
'../src/objects/microtask-inl.h',
|
||||
'../src/objects/microtask.h',
|
||||
'../src/objects/module-inl.h',
|
||||
'../src/objects/module.cc',
|
||||
'../src/objects/module.h',
|
||||
'../src/objects/object-macros.h',
|
||||
'../src/objects/name-inl.h',
|
||||
'../src/objects/name.h',
|
||||
'../src/objects/object-macros-undef.h',
|
||||
'../src/objects/property-descriptor-object.h',
|
||||
'../src/objects/object-macros.h',
|
||||
'../src/objects/promise-inl.h',
|
||||
'../src/objects/promise.h',
|
||||
'../src/objects/property-descriptor-object-inl.h',
|
||||
'../src/objects/property-descriptor-object.h',
|
||||
'../src/objects/regexp-match-info.h',
|
||||
'../src/objects/scope-info.cc',
|
||||
'../src/objects/scope-info.h',
|
||||
@@ -1196,8 +1206,6 @@
|
||||
'../src/objects/template-objects.h',
|
||||
'../src/ostreams.cc',
|
||||
'../src/ostreams.h',
|
||||
'../src/parsing/background-parsing-task.cc',
|
||||
'../src/parsing/background-parsing-task.h',
|
||||
'../src/parsing/duplicate-finder.h',
|
||||
'../src/parsing/expression-classifier.h',
|
||||
'../src/parsing/expression-scope-reparenter.cc',
|
||||
|
||||
Reference in New Issue
Block a user