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

#include <ast.h>

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

Public Member Functions

 StringLiteralExpression (SourcePosition pos, std::string literal)
 
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

std::string literal
 
- 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 456 of file ast.h.

Constructor & Destructor Documentation

◆ StringLiteralExpression()

v8::internal::torque::StringLiteralExpression::StringLiteralExpression ( SourcePosition pos,
std::string literal )
inline

Definition at line 458 of file ast.h.

Member Function Documentation

◆ VisitAllSubExpressions()

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

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

Definition at line 461 of file ast.h.

Member Data Documentation

◆ literal

std::string v8::internal::torque::StringLiteralExpression::literal

Definition at line 465 of file ast.h.


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