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

#include <ast.h>

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

Public Member Functions

 PrecomputedTypeExpression (SourcePosition pos, const Type *type)
 
- Public Member Functions inherited from v8::internal::torque::TypeExpression
 TypeExpression (Kind kind, SourcePosition pos)
 
- Public Member Functions inherited from v8::internal::torque::AstNode
 AstNode (Kind kind, SourcePosition pos)
 
virtual ~AstNode ()=default
 

Public Attributes

const Typetype
 
- Public Attributes inherited from v8::internal::torque::AstNode
const Kind kind
 
SourcePosition pos
 

Additional Inherited Members

- Public Types inherited from v8::internal::torque::AstNode
enum class  Kind { ENUM_ITEM }
 

Detailed Description

Definition at line 680 of file ast.h.

Constructor & Destructor Documentation

◆ PrecomputedTypeExpression()

v8::internal::torque::PrecomputedTypeExpression::PrecomputedTypeExpression ( SourcePosition pos,
const Type * type )
inline

Definition at line 682 of file ast.h.

Member Data Documentation

◆ type

const Type* v8::internal::torque::PrecomputedTypeExpression::type

Definition at line 684 of file ast.h.


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