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

Public Attributes

int header_offset
 
LoopInfoloop_info
 

Detailed Description

Definition at line 515 of file bytecode-analysis.cc.

Member Data Documentation

◆ header_offset

int v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::LoopStackEntry::header_offset

Definition at line 516 of file bytecode-analysis.cc.

◆ loop_info

LoopInfo* v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::LoopStackEntry::loop_info

Definition at line 517 of file bytecode-analysis.cc.


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