#include <compiler-source-position-table.h>
◆ SourcePositionTable() [1/2]
v8::internal::compiler::SourcePositionTable::SourcePositionTable |
( |
TFGraph * | graph | ) |
|
|
explicit |
◆ SourcePositionTable() [2/2]
v8::internal::compiler::SourcePositionTable::SourcePositionTable |
( |
const SourcePositionTable & | | ) |
|
|
delete |
◆ AddDecorator()
void v8::internal::compiler::SourcePositionTable::AddDecorator |
( |
| ) |
|
◆ Disable()
void v8::internal::compiler::SourcePositionTable::Disable |
( |
| ) |
|
|
inline |
◆ Enable()
void v8::internal::compiler::SourcePositionTable::Enable |
( |
| ) |
|
|
inline |
◆ GetCurrentPosition()
SourcePosition v8::internal::compiler::SourcePositionTable::GetCurrentPosition |
( |
| ) |
const |
|
inline |
◆ GetSourcePosition() [1/2]
SourcePosition v8::internal::compiler::SourcePositionTable::GetSourcePosition |
( |
Node * | node | ) |
const |
◆ GetSourcePosition() [2/2]
◆ IsEnabled()
bool v8::internal::compiler::SourcePositionTable::IsEnabled |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ PrintJson()
void v8::internal::compiler::SourcePositionTable::PrintJson |
( |
std::ostream & | os | ) |
const |
◆ RemoveDecorator()
void v8::internal::compiler::SourcePositionTable::RemoveDecorator |
( |
| ) |
|
◆ SetCurrentPosition()
void v8::internal::compiler::SourcePositionTable::SetCurrentPosition |
( |
const SourcePosition & | pos | ) |
|
|
inline |
◆ SetSourcePosition()
void v8::internal::compiler::SourcePositionTable::SetSourcePosition |
( |
Node * | node, |
|
|
SourcePosition | position ) |
◆ UnknownSourcePosition()
static SourcePosition v8::internal::compiler::SourcePositionTable::UnknownSourcePosition |
( |
Zone * | zone | ) |
|
|
inlinestaticprivate |
◆ current_position_
SourcePosition v8::internal::compiler::SourcePositionTable::current_position_ |
|
private |
◆ decorator_
Decorator* v8::internal::compiler::SourcePositionTable::decorator_ |
|
private |
◆ enabled_
bool v8::internal::compiler::SourcePositionTable::enabled_ = true |
|
private |
◆ graph_
TFGraph* const v8::internal::compiler::SourcePositionTable::graph_ |
|
private |
◆ table_
The documentation for this class was generated from the following files: