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

Public Member Functions

 SubEnvironment (BytecodeGraphBuilder *builder)
 
 ~SubEnvironment ()
 

Private Attributes

BytecodeGraphBuilderbuilder_
 
BytecodeGraphBuilder::Environmentparent_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SubEnvironment()

v8::internal::compiler::BytecodeGraphBuilder::SubEnvironment::SubEnvironment ( BytecodeGraphBuilder * builder)
inlineexplicit

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

◆ ~SubEnvironment()

v8::internal::compiler::BytecodeGraphBuilder::SubEnvironment::~SubEnvironment ( )
inline

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

Here is the call graph for this function:

Member Data Documentation

◆ builder_

BytecodeGraphBuilder* v8::internal::compiler::BytecodeGraphBuilder::SubEnvironment::builder_
private

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

◆ parent_

BytecodeGraphBuilder::Environment* v8::internal::compiler::BytecodeGraphBuilder::SubEnvironment::parent_
private

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


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