![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
| struct | IndexAndPosition |
Public Member Functions | |
| SourcePositionTableIterator (Handle< ByteArray > byte_array) | |
| SourcePositionTableIterator (ByteArray byte_array) | |
| SourcePositionTableIterator (Vector< const byte > bytes) | |
| void | Advance () |
| int | code_offset () const |
| SourcePosition | source_position () const |
| bool | is_statement () const |
| bool | done () const |
| IndexAndPosition | GetState () const |
| void | RestoreState (const IndexAndPosition &saved_state) |
Definition at line 60 of file source-position-table.h.