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

Public Attributes

SourcePosition pos
 
std::optional< Identifier * > name
 
TypeExpressiontype
 
Statementblock
 

Detailed Description

Definition at line 33 of file torque-parser.cc.

Member Data Documentation

◆ block

Statement* v8::internal::torque::TypeswitchCase::block

Definition at line 37 of file torque-parser.cc.

◆ name

std::optional<Identifier*> v8::internal::torque::TypeswitchCase::name

Definition at line 35 of file torque-parser.cc.

◆ pos

SourcePosition v8::internal::torque::TypeswitchCase::pos

Definition at line 34 of file torque-parser.cc.

◆ type

TypeExpression* v8::internal::torque::TypeswitchCase::type

Definition at line 36 of file torque-parser.cc.


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