#include <wasm-objects.h>
 | 
| static V8_EXPORT_PRIVATE bool  | SetBreakPoint (DirectHandle< Script >, int *position, DirectHandle< BreakPoint > break_point) | 
|   | 
| static V8_EXPORT_PRIVATE void  | SetInstrumentationBreakpoint (DirectHandle< Script >, DirectHandle< BreakPoint > break_point) | 
|   | 
| static V8_EXPORT_PRIVATE bool  | SetBreakPointOnFirstBreakableForFunction (DirectHandle< Script >, int function_index, DirectHandle< BreakPoint > break_point) | 
|   | 
| static V8_EXPORT_PRIVATE bool  | SetBreakPointForFunction (DirectHandle< Script >, int function_index, int breakable_offset, DirectHandle< BreakPoint > break_point) | 
|   | 
| static V8_EXPORT_PRIVATE bool  | ClearBreakPoint (DirectHandle< Script >, int position, DirectHandle< BreakPoint > break_point) | 
|   | 
| static V8_EXPORT_PRIVATE bool  | ClearBreakPointById (DirectHandle< Script >, int breakpoint_id) | 
|   | 
| static void  | ClearAllBreakpoints (Tagged< Script >) | 
|   | 
| static V8_EXPORT_PRIVATE bool  | GetPossibleBreakpoints (wasm::NativeModule *native_module, const debug::Location &start, const debug::Location &end, std::vector< debug::BreakLocation > *locations) | 
|   | 
| static MaybeDirectHandle< FixedArray >  | CheckBreakPoints (Isolate *, DirectHandle< Script >, int position, StackFrameId stack_frame_id) | 
|   | 
Definition at line 1293 of file wasm-objects.h.
 
◆ AddBreakpointToInfo()
◆ CheckBreakPoints()
◆ ClearAllBreakpoints()
  
  
      
        
          | void v8::internal::WasmScript::ClearAllBreakpoints  | 
          ( | 
          Tagged< Script > |           script | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ ClearBreakPoint()
◆ ClearBreakPointById()
◆ GetPossibleBreakpoints()
◆ SetBreakPoint()
◆ SetBreakPointForFunction()
◆ SetBreakPointOnFirstBreakableForFunction()
◆ SetInstrumentationBreakpoint()
◆ kOnEntryBreakpointPosition
  
  
      
        
          | int v8::internal::WasmScript::kOnEntryBreakpointPosition = -1 | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
The documentation for this class was generated from the following files: