![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
ValueResultScope (BytecodeGenerator *generator) | |
![]() | |
ExpressionResultScope (BytecodeGenerator *generator, Expression::Context kind) | |
~ExpressionResultScope () | |
ExpressionResultScope (const ExpressionResultScope &)=delete | |
ExpressionResultScope & | operator= (const ExpressionResultScope &)=delete |
bool | IsEffect () const |
bool | IsValue () const |
bool | IsTest () const |
TestResultScope * | AsTest () |
void | SetResultIsBoolean () |
void | SetResultIsString () |
void | SetResultIsInternalizedString () |
TypeHint | type_hint () const |
Definition at line 767 of file bytecode-generator.cc.
|
inlineexplicit |
Definition at line 770 of file bytecode-generator.cc.