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

#include <implementation-visitor.h>

Inheritance diagram for v8::internal::torque::LocalLabel:
Collaboration diagram for v8::internal::torque::LocalLabel:

Public Member Functions

 LocalLabel (Block *block, std::vector< const Type * > parameter_types={})
 

Public Attributes

Blockblock
 
std::vector< const Type * > parameter_types
 

Detailed Description

Definition at line 409 of file implementation-visitor.h.

Constructor & Destructor Documentation

◆ LocalLabel()

v8::internal::torque::LocalLabel::LocalLabel ( Block * block,
std::vector< const Type * > parameter_types = {} )
inlineexplicit

Definition at line 413 of file implementation-visitor.h.

Member Data Documentation

◆ block

Block* v8::internal::torque::LocalLabel::block

Definition at line 410 of file implementation-visitor.h.

◆ parameter_types

std::vector<const Type*> v8::internal::torque::LocalLabel::parameter_types

Definition at line 411 of file implementation-visitor.h.


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