#include <source-position-table.h>
Definition at line 35 of file source-position-table.h.
◆ RecordingMode
Enumerator |
---|
OMIT_SOURCE_POSITIONS | |
LAZY_SOURCE_POSITIONS | |
RECORD_SOURCE_POSITIONS | |
Definition at line 37 of file source-position-table.h.
◆ SourcePositionTableBuilder()
◆ AddEntry()
◆ AddPosition()
void v8::internal::SourcePositionTableBuilder::AddPosition |
( |
size_t | code_offset, |
|
|
SourcePosition | source_position, |
|
|
bool | is_statement ) |
◆ Lazy()
bool v8::internal::SourcePositionTableBuilder::Lazy |
( |
| ) |
const |
|
inline |
◆ Omit()
bool v8::internal::SourcePositionTableBuilder::Omit |
( |
| ) |
const |
|
inline |
◆ ToSourcePositionTable()
template<typename IsolateT >
Handle< TrustedByteArray > v8::internal::SourcePositionTableBuilder::ToSourcePositionTable |
( |
IsolateT * | isolate | ) |
|
◆ ToSourcePositionTableVector()
base::OwnedVector< uint8_t > v8::internal::SourcePositionTableBuilder::ToSourcePositionTableVector |
( |
| ) |
|
◆ bytes_
ZoneVector<uint8_t> v8::internal::SourcePositionTableBuilder::bytes_ |
|
private |
◆ mode_
◆ previous_
The documentation for this class was generated from the following files: