![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Member Functions | |
| IfStatement (SourcePosition pos, bool is_constexpr, Expression *condition, Statement *if_true, std::optional< Statement * > if_false) | |
Public Member Functions inherited from v8::internal::torque::Statement | |
| Statement (Kind kind, SourcePosition pos) | |
Public Member Functions inherited from v8::internal::torque::AstNode | |
| AstNode (Kind kind, SourcePosition pos) | |
| virtual | ~AstNode ()=default |
Public Attributes | |
| Expression * | condition |
| bool | is_constexpr |
| Statement * | if_true |
| std::optional< Statement * > | if_false |
Public Attributes inherited from v8::internal::torque::AstNode | |
| const Kind | kind |
| SourcePosition | pos |
Additional Inherited Members | |
Public Types inherited from v8::internal::torque::AstNode | |
| enum class | Kind { ENUM_ITEM } |
|
inline |
| Expression* v8::internal::torque::IfStatement::condition |
| std::optional<Statement*> v8::internal::torque::IfStatement::if_false |