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

#include <ast.h>

Collaboration diagram for v8::internal::torque::NameAndExpression:

Public Attributes

Identifiername
 
Expressionexpression
 

Detailed Description

Definition at line 368 of file ast.h.

Member Data Documentation

◆ expression

Expression* v8::internal::torque::NameAndExpression::expression

Definition at line 370 of file ast.h.

◆ name

Identifier* v8::internal::torque::NameAndExpression::name

Definition at line 369 of file ast.h.


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