![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <interface-types.h>
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_ |
Definition at line 84 of file interface-types.h.
|
inline |
Definition at line 86 of file interface-types.h.
|
inline |
Definition at line 89 of file interface-types.h.
|
private |
Definition at line 92 of file interface-types.h.