v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
interface-types.h File Reference
#include <cstdint>
#include "include/v8-function-callback.h"
#include "include/v8-local-handle.h"
#include "src/base/logging.h"
#include "src/base/macros.h"
#include "v8-isolate.h"
Include dependency graph for interface-types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::debug::Location
 
class  v8::debug::BreakLocation
 
class  v8::debug::ConsoleCallArguments
 
class  v8::debug::ConsoleContext
 
class  v8::debug::ConsoleDelegate
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::debug
 

Typedefs

using v8::debug::BreakpointId = int
 

Enumerations

enum  v8::debug::DebugAsyncActionType {
  v8::debug::kDebugAwait , v8::debug::kDebugPromiseThen , v8::debug::kDebugPromiseCatch , v8::debug::kDebugPromiseFinally ,
  v8::debug::kDebugWillHandle , v8::debug::kDebugDidHandle , v8::debug::kDebugStackTraceCaptured
}
 
enum  v8::debug::BreakLocationType { v8::debug::kCallBreakLocation , v8::debug::kReturnBreakLocation , v8::debug::kDebuggerStatementBreakLocation , v8::debug::kCommonBreakLocation }
 
enum class  v8::debug::CoverageMode {
  v8::debug::kBestEffort , v8::debug::kPreciseCount , v8::debug::kPreciseBinary , v8::debug::kBlockCount ,
  v8::debug::kBlockBinary
}