v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::IncrementDecrementExpression Struct Reference

#include <ast.h>

Inheritance diagram for v8::internal::torque::IncrementDecrementExpression:
Collaboration diagram for v8::internal::torque::IncrementDecrementExpression:

Public Member Functions

 IncrementDecrementExpression (SourcePosition pos, Expression *location, IncrementDecrementOperator op, bool postfix)
 
void VisitAllSubExpressions (VisitCallback callback) override
 
- Public Member Functions inherited from v8::internal::torque::Expression
 Expression (Kind kind, SourcePosition pos)
 
- Public Member Functions inherited from v8::internal::torque::AstNode
 AstNode (Kind kind, SourcePosition pos)
 
virtual ~AstNode ()=default
 

Public Attributes

Expressionlocation
 
IncrementDecrementOperator op
 
bool postfix
 
- Public Attributes inherited from v8::internal::torque::AstNode
const Kind kind
 
SourcePosition pos
 

Additional Inherited Members

- Public Types inherited from v8::internal::torque::Expression
using VisitCallback = std::function<void(Expression*)>
 
- Public Types inherited from v8::internal::torque::AstNode
enum class  Kind { ENUM_ITEM }
 

Detailed Description

Definition at line 561 of file ast.h.

Constructor & Destructor Documentation

◆ IncrementDecrementExpression()

v8::internal::torque::IncrementDecrementExpression::IncrementDecrementExpression ( SourcePosition pos,
Expression * location,
IncrementDecrementOperator op,
bool postfix )
inline

Definition at line 563 of file ast.h.

Member Function Documentation

◆ VisitAllSubExpressions()

void v8::internal::torque::IncrementDecrementExpression::VisitAllSubExpressions ( VisitCallback callback)
inlineoverridevirtual

Reimplemented from v8::internal::torque::Expression.

Definition at line 567 of file ast.h.

Here is the call graph for this function:

Member Data Documentation

◆ location

Expression* v8::internal::torque::IncrementDecrementExpression::location

Definition at line 572 of file ast.h.

◆ op

IncrementDecrementOperator v8::internal::torque::IncrementDecrementExpression::op

Definition at line 573 of file ast.h.

◆ postfix

bool v8::internal::torque::IncrementDecrementExpression::postfix

Definition at line 574 of file ast.h.


The documentation for this struct was generated from the following file: