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

Public Member Functions

 EffectResultScope (BytecodeGenerator *generator)
 
- Public Member Functions inherited from v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
 ExpressionResultScope (BytecodeGenerator *generator, Expression::Context kind)
 
 ~ExpressionResultScope ()
 
 ExpressionResultScope (const ExpressionResultScope &)=delete
 
ExpressionResultScopeoperator= (const ExpressionResultScope &)=delete
 
bool IsEffect () const
 
bool IsValue () const
 
bool IsTest () const
 
TestResultScopeAsTest ()
 
void SetResultIsBoolean ()
 
void SetResultIsString ()
 
void SetResultIsInternalizedString ()
 
TypeHint type_hint () const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ EffectResultScope()

v8::internal::interpreter::BytecodeGenerator::EffectResultScope::EffectResultScope ( BytecodeGenerator * generator)
inlineexplicit

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


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