![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <implementation-visitor.h>
Public Member Functions | |
LocalLabel (Block *block, std::vector< const Type * > parameter_types={}) | |
Public Attributes | |
Block * | block |
std::vector< const Type * > | parameter_types |
Definition at line 409 of file implementation-visitor.h.
|
inlineexplicit |
Definition at line 413 of file implementation-visitor.h.
Block* v8::internal::torque::LocalLabel::block |
Definition at line 410 of file implementation-visitor.h.
std::vector<const Type*> v8::internal::torque::LocalLabel::parameter_types |
Definition at line 411 of file implementation-visitor.h.