#include <debug-objects.h>
Definition at line 30 of file debug-objects.h.
◆ ExecutionMode
◆ SideEffectState
Enumerator |
---|
kNotComputed | |
kHasSideEffects | |
kRequiresRuntimeChecks | |
kHasNoSideEffect | |
Definition at line 113 of file debug-objects.h.
◆ BreakAtEntry()
bool v8::internal::DebugInfo::BreakAtEntry |
( |
| ) |
const |
◆ CanBreakAtEntry()
bool v8::internal::DebugInfo::CanBreakAtEntry |
( |
| ) |
const |
◆ ClearBreakAtEntry()
void v8::internal::DebugInfo::ClearBreakAtEntry |
( |
| ) |
|
◆ ClearBreakInfo()
void v8::internal::DebugInfo::ClearBreakInfo |
( |
Isolate * | isolate | ) |
|
◆ ClearBreakPoint()
◆ ClearCoverageInfo()
void v8::internal::DebugInfo::ClearCoverageInfo |
( |
Isolate * | isolate | ) |
|
◆ DebugBytecodeArray()
◆ DebugExecutionMode()
◆ FindBreakPointInfo()
◆ GetBreakPointCount()
int v8::internal::DebugInfo::GetBreakPointCount |
( |
Isolate * | isolate | ) |
|
◆ GetBreakPointInfo()
Tagged< Object > v8::internal::DebugInfo::GetBreakPointInfo |
( |
Isolate * | isolate, |
|
|
int | source_position ) |
|
private |
◆ GetBreakPoints()
◆ GetSideEffectState()
◆ HasBreakInfo()
bool v8::internal::DebugInfo::HasBreakInfo |
( |
| ) |
const |
◆ HasBreakPoint()
bool v8::internal::DebugInfo::HasBreakPoint |
( |
Isolate * | isolate, |
|
|
int | source_position ) |
◆ HasCoverageInfo()
bool v8::internal::DebugInfo::HasCoverageInfo |
( |
| ) |
const |
◆ HasInstrumentedBytecodeArray()
DebugInfo::DebugIsBlackboxedBit DebugInfo::DebuggingIdBits bool v8::internal::DebugInfo::HasInstrumentedBytecodeArray |
( |
| ) |
|
|
inline |
◆ IsEmpty()
bool v8::internal::DebugInfo::IsEmpty |
( |
| ) |
const |
◆ OriginalBytecodeArray()
◆ SetBreakAtEntry()
void v8::internal::DebugInfo::SetBreakAtEntry |
( |
| ) |
|
◆ SetBreakPoint()
◆ SetDebugExecutionMode()
void v8::internal::DebugInfo::SetDebugExecutionMode |
( |
ExecutionMode | value | ) |
|
◆ kEstimatedNofBreakPointsInFunction
const int v8::internal::DebugInfo::kEstimatedNofBreakPointsInFunction = 4 |
|
static |
◆ kNoDebuggingId
const int v8::internal::DebugInfo::kNoDebuggingId = 0 |
|
static |
The documentation for this class was generated from the following files: