V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | RecordingMode { OMIT_SOURCE_POSITIONS, RECORD_SOURCE_POSITIONS } |
Public Member Functions | |
SourcePositionTableBuilder (RecordingMode mode=RECORD_SOURCE_POSITIONS) | |
void | AddPosition (size_t code_offset, SourcePosition source_position, bool is_statement) |
Handle< ByteArray > | ToSourcePositionTable (Isolate *isolate) |
OwnedVector< byte > | ToSourcePositionTableVector () |
Definition at line 34 of file source-position-table.h.