v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::BytecodeGraphBuilder::OsrIteratorState::IteratorsStates Struct Reference
Collaboration diagram for v8::internal::compiler::BytecodeGraphBuilder::OsrIteratorState::IteratorsStates:

Public Member Functions

 IteratorsStates (int exception_handler_index, SourcePositionTableIterator::IndexAndPositionState source_iterator_state)
 

Public Attributes

int exception_handler_index_
 
SourcePositionTableIterator::IndexAndPositionState source_iterator_state_
 

Detailed Description

Definition at line 1326 of file bytecode-graph-builder.cc.

Constructor & Destructor Documentation

◆ IteratorsStates()

v8::internal::compiler::BytecodeGraphBuilder::OsrIteratorState::IteratorsStates::IteratorsStates ( int exception_handler_index,
SourcePositionTableIterator::IndexAndPositionState source_iterator_state )
inline

Definition at line 1330 of file bytecode-graph-builder.cc.

Member Data Documentation

◆ exception_handler_index_

int v8::internal::compiler::BytecodeGraphBuilder::OsrIteratorState::IteratorsStates::exception_handler_index_

Definition at line 1327 of file bytecode-graph-builder.cc.

◆ source_iterator_state_

SourcePositionTableIterator::IndexAndPositionState v8::internal::compiler::BytecodeGraphBuilder::OsrIteratorState::IteratorsStates::source_iterator_state_

Definition at line 1328 of file bytecode-graph-builder.cc.


The documentation for this struct was generated from the following file: