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

#include <ast.h>

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

Public Member Functions

 CallExpression (SourcePosition pos, IdentifierExpression *callee, 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

IdentifierExpressioncallee
 
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 345 of file ast.h.

Constructor & Destructor Documentation

◆ CallExpression()

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

Definition at line 347 of file ast.h.

Member Function Documentation

◆ VisitAllSubExpressions()

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

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

Definition at line 355 of file ast.h.

Here is the call graph for this function:

Member Data Documentation

◆ arguments

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

Definition at line 364 of file ast.h.

◆ callee

IdentifierExpression* v8::internal::torque::CallExpression::callee

Definition at line 363 of file ast.h.

◆ labels

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

Definition at line 365 of file ast.h.


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