Skip to content

Commit

Permalink
deps: update v8.gyp
Browse files Browse the repository at this point in the history
until 4274d2f1905b5e4c3cf613635a0db79fb99a9409

missing: 408896a8b41751fea92e482c5eb4b858e7ffe68d
  • Loading branch information
targos committed Oct 5, 2018
1 parent 193ee73 commit 34671d2
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@
'../src/compiler/operator.h',
'../src/compiler/osr.cc',
'../src/compiler/osr.h',
'../src/compiler/per-isolate-compiler-cache.h',
'../src/compiler/persistent-map.h',
'../src/compiler/pipeline-statistics.cc',
'../src/compiler/pipeline-statistics.h',
Expand All @@ -808,6 +809,8 @@
'../src/compiler/raw-machine-assembler.h',
'../src/compiler/redundancy-elimination.cc',
'../src/compiler/redundancy-elimination.h',
'../src/compiler/refs-map.cc',
'../src/compiler/refs-map.h',
'../src/compiler/register-allocator-verifier.cc',
'../src/compiler/register-allocator-verifier.h',
'../src/compiler/register-allocator.cc',
Expand Down Expand Up @@ -1124,6 +1127,8 @@
'../src/macro-assembler.h',
'../src/map-updater.cc',
'../src/map-updater.h',
'../src/math-random.cc',
'../src/math-random.h',
'../src/maybe-handles-inl.h',
'../src/maybe-handles.h',
'../src/messages.cc',
Expand All @@ -1142,6 +1147,7 @@
'../src/objects/arguments.h',
'../src/objects/bigint.cc',
'../src/objects/bigint.h',
'../src/objects/builtin-function-id.h',
'../src/objects/code-inl.h',
'../src/objects/code.h',
'../src/objects/compilation-cache-inl.h',
Expand Down Expand Up @@ -1203,6 +1209,9 @@
'../src/objects/js-relative-time-format-inl.h',
'../src/objects/js-relative-time-format.cc',
'../src/objects/js-relative-time-format.h',
'../src/objects/js-segmenter-inl.h',
'../src/objects/js-segmenter.cc',
'../src/objects/js-segmenter.h',
'../src/objects/literal-objects-inl.h',
'../src/objects/literal-objects.cc',
'../src/objects/literal-objects.h',
Expand All @@ -1229,6 +1238,8 @@
'../src/objects/ordered-hash-table.h',
'../src/objects/promise-inl.h',
'../src/objects/promise.h',
'../src/objects/property-array-inl.h',
'../src/objects/property-array.h',
'../src/objects/property-descriptor-object-inl.h',
'../src/objects/property-descriptor-object.h',
'../src/objects/prototype-info-inl.h',
Expand All @@ -1240,6 +1251,8 @@
'../src/objects/script.h',
'../src/objects/shared-function-info-inl.h',
'../src/objects/shared-function-info.h',
'../src/objects/stack-frame-info-inl.h',
'../src/objects/stack-frame-info.h',
'../src/objects/string-inl.h',
'../src/objects/string-table.h',
'../src/objects/string.h',
Expand Down Expand Up @@ -1345,6 +1358,7 @@
'../src/reloc-info.cc',
'../src/reloc-info.h',
'../src/roots-inl.h',
'../src/roots.cc',
'../src/roots.h',
'../src/runtime-profiler.cc',
'../src/runtime-profiler.h',
Expand All @@ -1364,7 +1378,6 @@
'../src/runtime/runtime-interpreter.cc',
'../src/runtime/runtime-intl.cc',
'../src/runtime/runtime-literals.cc',
'../src/runtime/runtime-maths.cc',
'../src/runtime/runtime-module.cc',
'../src/runtime/runtime-numbers.cc',
'../src/runtime/runtime-object.cc',
Expand Down Expand Up @@ -1448,6 +1461,7 @@
'../src/strtod.cc',
'../src/strtod.h',
'../src/third_party/utf8-decoder/utf8-decoder.h',
'../src/torque-assembler.h',
'../src/tracing/trace-event.cc',
'../src/tracing/trace-event.h',
'../src/tracing/traced-value.cc',
Expand Down Expand Up @@ -1940,6 +1954,9 @@
'../src/objects/js-relative-time-format-inl.h',
'../src/objects/js-relative-time-format.cc',
'../src/objects/js-relative-time-format.h',
'../src/objects/js-segmenter-inl.h',
'../src/objects/js-segmenter.cc',
'../src/objects/js-segmenter.h',
'../src/runtime/runtime-intl.cc',
],
}],
Expand Down Expand Up @@ -2593,7 +2610,11 @@
},
'sources': [
'../src/torque/ast.h',
'../src/torque/cfg.cc',
'../src/torque/cfg.h',
'../src/torque/contextual.h',
'../src/torque/csa-generator.cc',
'../src/torque/csa-generator.h',
'../src/torque/declarable.cc',
'../src/torque/declarable.h',
'../src/torque/declaration-visitor.cc',
Expand All @@ -2607,6 +2628,8 @@
'../src/torque/global-context.h',
'../src/torque/implementation-visitor.cc',
'../src/torque/implementation-visitor.h',
'../src/torque/instructions.cc',
'../src/torque/instructions.h',
'../src/torque/scope.cc',
'../src/torque/scope.h',
'../src/torque/source-positions.cc',
Expand Down

0 comments on commit 34671d2

Please sign in to comment.