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

#include <ast.h>

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

Public Member Functions

 CallMethodExpression (SourcePosition pos, Expression *target, IdentifierExpression *method, std::vector< Expression * > arguments, std::vector< Identifier * > labels)
 
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

Expressiontarget
 
IdentifierExpressionmethod
 
std::vector< Expression * > arguments
 
std::vector< Identifier * > labels
 
- 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 318 of file ast.h.

Constructor & Destructor Documentation

◆ CallMethodExpression()

v8::internal::torque::CallMethodExpression::CallMethodExpression ( SourcePosition pos,
Expression * target,
IdentifierExpression * method,
std::vector< Expression * > arguments,
std::vector< Identifier * > labels )
inline

Definition at line 320 of file ast.h.

Member Function Documentation

◆ VisitAllSubExpressions()

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

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

Definition at line 330 of file ast.h.

Here is the call graph for this function:

Member Data Documentation

◆ arguments

std::vector<Expression*> v8::internal::torque::CallMethodExpression::arguments

Definition at line 341 of file ast.h.

◆ labels

std::vector<Identifier*> v8::internal::torque::CallMethodExpression::labels

Definition at line 342 of file ast.h.

◆ method

IdentifierExpression* v8::internal::torque::CallMethodExpression::method

Definition at line 340 of file ast.h.

◆ target

Expression* v8::internal::torque::CallMethodExpression::target

Definition at line 339 of file ast.h.


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