From e2efd85f24f3e080b3cacc88bcc5c155dd8b0bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 13 Mar 2018 13:57:26 +0100 Subject: [PATCH] deps: update v8.gyp until https://github.com/v8/v8/commit/23d7fb69e2c7569d92839f2d56106ea48f1dce9d --- deps/v8/gypfiles/v8.gyp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deps/v8/gypfiles/v8.gyp b/deps/v8/gypfiles/v8.gyp index 2b8bc4e5f7a..6eb4e8b4a36 100644 --- a/deps/v8/gypfiles/v8.gyp +++ b/deps/v8/gypfiles/v8.gyp @@ -941,6 +941,8 @@ '../src/extensions/trigger-failure-extension.h', '../src/external-reference-table.cc', '../src/external-reference-table.h', + '../src/external-reference.cc', + '../src/external-reference.h', '../src/factory-inl.h', '../src/factory.cc', '../src/factory.h', @@ -1179,6 +1181,8 @@ '../src/objects/literal-objects.h', '../src/objects/map-inl.h', '../src/objects/map.h', + '../src/objects/maybe-object-inl.h', + '../src/objects/maybe-object.h', '../src/objects/microtask-inl.h', '../src/objects/microtask.h', '../src/objects/module-inl.h', @@ -1471,8 +1475,6 @@ '../src/wasm/wasm-code-manager.h', '../src/wasm/wasm-code-specialization.cc', '../src/wasm/wasm-code-specialization.h', - '../src/wasm/wasm-code-wrapper.cc', - '../src/wasm/wasm-code-wrapper.h', '../src/wasm/wasm-constants.h', '../src/wasm/wasm-debug.cc', '../src/wasm/wasm-engine.cc', @@ -2343,7 +2345,6 @@ '../src/js/array.js', '../src/js/typedarray.js', '../src/js/messages.js', - '../src/js/spread.js', '../src/debug/mirrors.js', '../src/debug/debug.js', '../src/debug/liveedit.js',