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

Public Member Functions

 ConditionalChainEntry (Expression *cond, Expression *then, int pos)
 

Public Attributes

Expressioncondition
 
Expressionthen_expression
 
int condition_position
 

Detailed Description

Definition at line 2134 of file ast.h.

Constructor & Destructor Documentation

◆ ConditionalChainEntry()

v8::internal::ConditionalChain::ConditionalChainEntry::ConditionalChainEntry ( Expression * cond,
Expression * then,
int pos )
inline

Definition at line 2138 of file ast.h.

Member Data Documentation

◆ condition

Expression* v8::internal::ConditionalChain::ConditionalChainEntry::condition

Definition at line 2135 of file ast.h.

◆ condition_position

int v8::internal::ConditionalChain::ConditionalChainEntry::condition_position

Definition at line 2137 of file ast.h.

◆ then_expression

Expression* v8::internal::ConditionalChain::ConditionalChainEntry::then_expression

Definition at line 2136 of file ast.h.


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