V8 Project
v8::internal::Debug::ThreadLocal Class Reference
+ Collaboration diagram for v8::internal::Debug::ThreadLocal:

Public Attributes

DebugScopecurrent_debug_scope_
 
int break_count_
 
int break_id_
 
StackFrame::Id break_frame_id_
 
StepAction last_step_action_
 
int last_statement_position_
 
int step_count_
 
Address last_fp_
 
int queued_step_count_
 
Address step_into_fp_
 
Address step_out_fp_
 
LiveEdit::FrameDropMode frame_drop_mode_
 
Object ** restarter_frame_function_pointer_
 

Detailed Description

Definition at line 595 of file debug.h.

Member Data Documentation

◆ break_count_

int v8::internal::Debug::ThreadLocal::break_count_

◆ break_frame_id_

StackFrame::Id v8::internal::Debug::ThreadLocal::break_frame_id_

◆ break_id_

int v8::internal::Debug::ThreadLocal::break_id_

◆ current_debug_scope_

DebugScope* v8::internal::Debug::ThreadLocal::current_debug_scope_

◆ frame_drop_mode_

◆ last_fp_

◆ last_statement_position_

int v8::internal::Debug::ThreadLocal::last_statement_position_

◆ last_step_action_

◆ queued_step_count_

int v8::internal::Debug::ThreadLocal::queued_step_count_

Definition at line 622 of file debug.h.

Referenced by v8::internal::Debug::Break(), and v8::internal::Debug::ThreadInit().

◆ restarter_frame_function_pointer_

Object** v8::internal::Debug::ThreadLocal::restarter_frame_function_pointer_

◆ step_count_

◆ step_into_fp_

◆ step_out_fp_


The documentation for this class was generated from the following file: