![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Attributes | |
SourcePosition | pos |
std::optional< Identifier * > | name |
TypeExpression * | type |
Statement * | block |
Definition at line 33 of file torque-parser.cc.
Statement* v8::internal::torque::TypeswitchCase::block |
Definition at line 37 of file torque-parser.cc.
std::optional<Identifier*> v8::internal::torque::TypeswitchCase::name |
Definition at line 35 of file torque-parser.cc.
SourcePosition v8::internal::torque::TypeswitchCase::pos |
Definition at line 34 of file torque-parser.cc.
TypeExpression* v8::internal::torque::TypeswitchCase::type |
Definition at line 36 of file torque-parser.cc.