#include <limits.h>
#include <memory>
#include <unordered_set>
#include <vector>
#include "cppgc/common.h"
#include "v8-local-handle.h"
#include "v8-message.h"
#include "v8-persistent-handle.h"
Go to the source code of this file.
|
enum | v8::CpuProfilingMode { v8::kLeafNodeLineNumbers
, v8::kCallerLineNumbers
} |
|
enum | v8::CpuProfilingNamingMode { v8::kStandardNaming
, v8::kDebugNaming
} |
|
enum | v8::CpuProfilingLoggingMode { v8::kLazyLogging
, v8::kEagerLogging
} |
|
enum class | v8::CpuProfilingStatus { v8::kStarted
, v8::kAlreadyStarted
, v8::kErrorTooManyProfilers
} |
|
enum | v8::CodeEventType {
v8::kUnknownType
, v8::kBuiltinType
, v8::kCallbackType
, v8::kEvalType
,
v8::kFunctionType
, v8::kInterpretedFunctionType
, v8::kHandlerType
, v8::kBytecodeHandlerType
,
v8::kLazyCompileType
, v8::kRegExpType
, v8::kScriptType
, v8::kStubType
,
v8::kRelocationType
} |
|
◆ CODE_EVENTS_LIST
#define CODE_EVENTS_LIST |
( |
|
V | ) |
|
Value:
V(Callback) \
V(Eval) \
V(Function) \
V(InterpretedFunction) \
V(Handler) \
V(BytecodeHandler) \
V(LazyCompile) \
V(RegExp) \
V(Script) \
V(Stub) \
V(Relocation)
#define V |
( |
|
Name | ) |
, k##Name##Type |