#include <interface-types.h>
Defines location inside script. Lines and columns are 0-based.
Definition at line 30 of file interface-types.h.
◆ Location() [1/2]
v8::debug::Location::Location |
( |
int | line_number, |
|
|
int | column_number ) |
◆ Location() [2/2]
v8::debug::Location::Location |
( |
| ) |
|
◆ GetColumnNumber()
int v8::debug::Location::GetColumnNumber |
( |
| ) |
const |
◆ GetLineNumber()
int v8::debug::Location::GetLineNumber |
( |
| ) |
const |
◆ IsEmpty()
bool v8::debug::Location::IsEmpty |
( |
| ) |
const |
◆ column_number_
int v8::debug::Location::column_number_ |
|
private |
◆ is_empty_
bool v8::debug::Location::is_empty_ |
|
private |
◆ line_number_
int v8::debug::Location::line_number_ |
|
private |
The documentation for this class was generated from the following files: