|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <ast.h>
| Public Types | |
| enum class | AssertKind { kDcheck , kCheck , kSbxCheck , kStaticAssert } | 
|  Public Types inherited from v8::internal::torque::AstNode | |
| enum class | Kind { ENUM_ITEM } | 
| Public Member Functions | |
| AssertStatement (SourcePosition pos, AssertKind kind, Expression *expression, std::string source) | |
|  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 | |
| AssertKind | kind | 
| Expression * | expression | 
| std::string | source | 
|  Public Attributes inherited from v8::internal::torque::AstNode | |
| const Kind | kind | 
| SourcePosition | pos | 
| 
 | strong | 
| 
 | inline | 
| Expression* v8::internal::torque::AssertStatement::expression | 
| AssertKind v8::internal::torque::AssertStatement::kind |