![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
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 | |
| 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 758 of file bytecode-generator.cc.
|
inlineexplicit |
Definition at line 761 of file bytecode-generator.cc.