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

#include <ast.h>

Collaboration diagram for v8::internal::torque::ImplicitParameters:

Public Attributes

Identifierkind
 
std::vector< NameAndTypeExpressionparameters
 

Detailed Description

Definition at line 908 of file ast.h.

Member Data Documentation

◆ kind

Identifier* v8::internal::torque::ImplicitParameters::kind

Definition at line 909 of file ast.h.

◆ parameters

std::vector<NameAndTypeExpression> v8::internal::torque::ImplicitParameters::parameters

Definition at line 910 of file ast.h.


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