![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Member Functions | |
IntegerLiteralExpression (SourcePosition pos, IntegerLiteral value) | |
void | VisitAllSubExpressions (VisitCallback callback) override |
![]() | |
Expression (Kind kind, SourcePosition pos) | |
![]() | |
AstNode (Kind kind, SourcePosition pos) | |
virtual | ~AstNode ()=default |
Public Attributes | |
IntegerLiteral | value |
![]() | |
const Kind | kind |
SourcePosition | pos |
Additional Inherited Members | |
![]() | |
using | VisitCallback = std::function<void(Expression*)> |
![]() | |
enum class | Kind { ENUM_ITEM } |
|
inline |
|
inlineoverridevirtual |
Reimplemented from v8::internal::torque::Expression.
IntegerLiteral v8::internal::torque::IntegerLiteralExpression::value |