From c459d8ea5d402c702948c860d9497b2230ff7e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 21 Mar 2017 10:16:54 +0100 Subject: deps: update V8 to 5.7.492.69 PR-URL: https://github.com/nodejs/node/pull/11752 Reviewed-By: Ben Noordhuis Reviewed-By: Franziska Hinkelmann --- deps/v8/src/inspector/test-interface.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deps/v8/src/inspector/test-interface.h (limited to 'deps/v8/src/inspector/test-interface.h') diff --git a/deps/v8/src/inspector/test-interface.h b/deps/v8/src/inspector/test-interface.h new file mode 100644 index 0000000000..98bedc2786 --- /dev/null +++ b/deps/v8/src/inspector/test-interface.h @@ -0,0 +1,18 @@ +// Copyright 2016 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_INSPECTOR_TEST_INTERFACE_H_ +#define V8_INSPECTOR_TEST_INTERFACE_H_ + +#include "include/v8.h" + +namespace v8_inspector { + +class V8Inspector; + +V8_EXPORT void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit); + +} // v8_inspector + +#endif // V8_INSPECTOR_TEST_INTERFACE_H_ -- cgit v1.2.1