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

Public Member Functions

 AccumulatorPreservingScope (BytecodeGenerator *generator, AccumulatorPreservingMode mode)
 
 ~AccumulatorPreservingScope ()
 
 AccumulatorPreservingScope (const AccumulatorPreservingScope &)=delete
 
AccumulatorPreservingScopeoperator= (const AccumulatorPreservingScope &)=delete
 

Private Attributes

BytecodeGeneratorgenerator_
 
Register saved_accumulator_register_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AccumulatorPreservingScope() [1/2]

v8::internal::interpreter::BytecodeGenerator::AccumulatorPreservingScope::AccumulatorPreservingScope ( BytecodeGenerator * generator,
AccumulatorPreservingMode mode )
inlineexplicit

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

◆ ~AccumulatorPreservingScope()

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

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

◆ AccumulatorPreservingScope() [2/2]

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ generator_

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

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

◆ saved_accumulator_register_

Register v8::internal::interpreter::BytecodeGenerator::AccumulatorPreservingScope::saved_accumulator_register_
private

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


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