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

Public Member Functions

 NaryOperationEntry (Expression *e, int pos)
 

Public Attributes

Expressionexpression
 
int op_position
 

Detailed Description

Definition at line 1989 of file ast.h.

Constructor & Destructor Documentation

◆ NaryOperationEntry()

v8::internal::NaryOperation::NaryOperationEntry::NaryOperationEntry ( Expression * e,
int pos )
inline

Definition at line 1992 of file ast.h.

Member Data Documentation

◆ expression

Expression* v8::internal::NaryOperation::NaryOperationEntry::expression

Definition at line 1990 of file ast.h.

◆ op_position

int v8::internal::NaryOperation::NaryOperationEntry::op_position

Definition at line 1991 of file ast.h.


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