v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::debug::BreakLocation Class Reference

#include <interface-types.h>

Inheritance diagram for v8::debug::BreakLocation:
Collaboration diagram for v8::debug::BreakLocation:

Public Member Functions

 BreakLocation (int line_number, int column_number, BreakLocationType type)
 
BreakLocationType type () const
 
- Public Member Functions inherited from v8::debug::Location
 Location (int line_number, int column_number)
 
 Location ()
 
int GetLineNumber () const
 
int GetColumnNumber () const
 
bool IsEmpty () const
 

Private Attributes

BreakLocationType type_
 

Detailed Description

Definition at line 84 of file interface-types.h.

Constructor & Destructor Documentation

◆ BreakLocation()

v8::debug::BreakLocation::BreakLocation ( int line_number,
int column_number,
BreakLocationType type )
inline

Definition at line 86 of file interface-types.h.

Member Function Documentation

◆ type()

BreakLocationType v8::debug::BreakLocation::type ( ) const
inline

Definition at line 89 of file interface-types.h.

Member Data Documentation

◆ type_

BreakLocationType v8::debug::BreakLocation::type_
private

Definition at line 92 of file interface-types.h.


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