V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SourcePositionTableBuilder Class Reference

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< ByteArrayToSourcePositionTable (Isolate *isolate)
 
OwnedVector< byte > ToSourcePositionTableVector ()
 

Detailed Description

Definition at line 34 of file source-position-table.h.


The documentation for this class was generated from the following files: