// 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_TEST_INSPECTOR_PROTOCOL_TASK_RUNNER_H_ #define V8_TEST_INSPECTOR_PROTOCOL_TASK_RUNNER_H_ #include <map> #include <memory> #include "src/base/platform/platform.h" #include "src/utils/locked-queue.h" #include "test/inspector/isolate-data.h" namespace v8 { class StartupData; namespace internal { enum CatchExceptions { … }; class TaskRunner : public v8::base::Thread { … }; } // namespace internal } // namespace v8 #endif // V8_TEST_INSPECTOR_PROTOCOL_TASK_RUNNER_H_