v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::interpreter::BytecodeGenerator::CurrentScope Class Referencefinal
Collaboration diagram for v8::internal::interpreter::BytecodeGenerator::CurrentScope:

Public Member Functions

 CurrentScope (BytecodeGenerator *generator, Scope *scope)
 
 ~CurrentScope ()
 
 CurrentScope (const CurrentScope &)=delete
 
CurrentScopeoperator= (const CurrentScope &)=delete
 

Private Attributes

BytecodeGeneratorgenerator_
 
Scopeouter_scope_
 

Detailed Description

Definition at line 946 of file bytecode-generator.cc.

Constructor & Destructor Documentation

◆ CurrentScope() [1/2]

v8::internal::interpreter::BytecodeGenerator::CurrentScope::CurrentScope ( BytecodeGenerator * generator,
Scope * scope )
inline

Definition at line 948 of file bytecode-generator.cc.

Here is the call graph for this function:

◆ ~CurrentScope()

v8::internal::interpreter::BytecodeGenerator::CurrentScope::~CurrentScope ( )
inline

Definition at line 955 of file bytecode-generator.cc.

◆ CurrentScope() [2/2]

v8::internal::interpreter::BytecodeGenerator::CurrentScope::CurrentScope ( const CurrentScope & )
delete

Member Function Documentation

◆ operator=()

CurrentScope & v8::internal::interpreter::BytecodeGenerator::CurrentScope::operator= ( const CurrentScope & )
delete

Member Data Documentation

◆ generator_

BytecodeGenerator* v8::internal::interpreter::BytecodeGenerator::CurrentScope::generator_
private

Definition at line 964 of file bytecode-generator.cc.

◆ outer_scope_

Scope* v8::internal::interpreter::BytecodeGenerator::CurrentScope::outer_scope_
private

Definition at line 965 of file bytecode-generator.cc.


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