#include <bytecode-source-info.h>
Definition at line 15 of file bytecode-source-info.h.
◆ PositionType
◆ BytecodeSourceInfo() [1/2]
v8::internal::interpreter::BytecodeSourceInfo::BytecodeSourceInfo |
( |
| ) |
|
|
inline |
◆ BytecodeSourceInfo() [2/2]
v8::internal::interpreter::BytecodeSourceInfo::BytecodeSourceInfo |
( |
int | source_position, |
|
|
bool | is_statement ) |
|
inline |
◆ ForceExpressionPosition()
void v8::internal::interpreter::BytecodeSourceInfo::ForceExpressionPosition |
( |
int | source_position | ) |
|
|
inline |
◆ is_expression()
bool v8::internal::interpreter::BytecodeSourceInfo::is_expression |
( |
| ) |
const |
|
inline |
◆ is_statement()
bool v8::internal::interpreter::BytecodeSourceInfo::is_statement |
( |
| ) |
const |
|
inline |
◆ is_valid()
bool v8::internal::interpreter::BytecodeSourceInfo::is_valid |
( |
| ) |
const |
|
inline |
◆ MakeExpressionPosition()
void v8::internal::interpreter::BytecodeSourceInfo::MakeExpressionPosition |
( |
int | source_position | ) |
|
|
inline |
◆ MakeStatementPosition()
void v8::internal::interpreter::BytecodeSourceInfo::MakeStatementPosition |
( |
int | source_position | ) |
|
|
inline |
◆ operator!=()
◆ operator==()
◆ set_invalid()
void v8::internal::interpreter::BytecodeSourceInfo::set_invalid |
( |
| ) |
|
|
inline |
◆ source_position()
int v8::internal::interpreter::BytecodeSourceInfo::source_position |
( |
| ) |
const |
|
inline |
◆ kUninitializedPosition
const int v8::internal::interpreter::BytecodeSourceInfo::kUninitializedPosition = -1 |
|
static |
◆ position_type_
PositionType v8::internal::interpreter::BytecodeSourceInfo::position_type_ |
|
private |
◆ source_position_
int v8::internal::interpreter::BytecodeSourceInfo::source_position_ |
|
private |
The documentation for this class was generated from the following file: