#include <debug.h>
Definition at line 69 of file debug.h.
◆ BreakLocation() [1/2]
v8::internal::BreakLocation::BreakLocation |
( |
Handle< AbstractCode > | abstract_code, |
|
|
DebugBreakType | type, |
|
|
int | code_offset, |
|
|
int | position, |
|
|
int | generator_obj_reg_index, |
|
|
int | generator_suspend_id ) |
|
inlineprivate |
◆ BreakLocation() [2/2]
v8::internal::BreakLocation::BreakLocation |
( |
int | position, |
|
|
DebugBreakType | type ) |
|
inlineprivate |
◆ AllAtCurrentStatement()
◆ BreakIndexFromCodeOffset()
◆ ClearDebugBreak()
void v8::internal::BreakLocation::ClearDebugBreak |
( |
| ) |
|
|
private |
◆ code_offset()
int v8::internal::BreakLocation::code_offset |
( |
| ) |
const |
|
inline |
◆ FromFrame()
◆ generator_suspend_id()
int v8::internal::BreakLocation::generator_suspend_id |
( |
| ) |
|
|
inline |
◆ GetGeneratorObjectForSuspendedFrame()
◆ HasBreakPoint()
◆ Invalid()
◆ IsCall()
bool v8::internal::BreakLocation::IsCall |
( |
| ) |
const |
|
inline |
◆ IsDebugBreakAtEntry()
bool v8::internal::BreakLocation::IsDebugBreakAtEntry |
( |
| ) |
const |
|
inline |
◆ IsDebugBreakSlot()
bool v8::internal::BreakLocation::IsDebugBreakSlot |
( |
| ) |
const |
|
inline |
◆ IsDebuggerStatement()
bool v8::internal::BreakLocation::IsDebuggerStatement |
( |
| ) |
const |
|
inline |
◆ IsPausedInJsFunctionEntry()
◆ IsReturn()
bool v8::internal::BreakLocation::IsReturn |
( |
| ) |
const |
|
inline |
◆ IsReturnOrSuspend()
bool v8::internal::BreakLocation::IsReturnOrSuspend |
( |
| ) |
const |
|
inline |
◆ IsSuspend()
bool v8::internal::BreakLocation::IsSuspend |
( |
| ) |
const |
|
inline |
◆ position()
int v8::internal::BreakLocation::position |
( |
| ) |
const |
|
inline |
◆ SetDebugBreak()
void v8::internal::BreakLocation::SetDebugBreak |
( |
| ) |
|
|
private |
◆ type()
◆ BreakIterator
◆ abstract_code_
◆ code_offset_
int v8::internal::BreakLocation::code_offset_ |
|
private |
◆ generator_obj_reg_index_
int v8::internal::BreakLocation::generator_obj_reg_index_ |
|
private |
◆ generator_suspend_id_
int v8::internal::BreakLocation::generator_suspend_id_ |
|
private |
◆ position_
int v8::internal::BreakLocation::position_ |
|
private |
◆ type_
The documentation for this class was generated from the following files: