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

Public Member Functions

 ValueResultScope (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 767 of file bytecode-generator.cc.

Constructor & Destructor Documentation

◆ ValueResultScope()

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

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


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