chromium/v8/src/d8/async-hooks-wrapper.h

// Copyright 2018 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_D8_ASYNC_HOOKS_WRAPPER_H_
#define V8_D8_ASYNC_HOOKS_WRAPPER_H_

#include <stack>
#include <vector>

#include "include/v8-function-callback.h"
#include "include/v8-local-handle.h"
#include "include/v8-promise.h"
#include "src/base/platform/mutex.h"

namespace v8 {

class Function;
class Isolate;
class ObjectTemplate;
class Value;

async_id_t;

struct AsyncContext {};

class AsyncHooksWrap {};

class AsyncHooks {};

}  // namespace v8

#endif  // V8_D8_ASYNC_HOOKS_WRAPPER_H_