v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::FunctionalList< A >::Cons Struct Reference
Inheritance diagram for v8::internal::compiler::FunctionalList< A >::Cons:
Collaboration diagram for v8::internal::compiler::FunctionalList< A >::Cons:

Public Member Functions

 Cons (A top, Cons *rest)
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Public Attributes

A const top
 
Cons *const rest
 
size_t const size
 

Detailed Description

template<class A>
struct v8::internal::compiler::FunctionalList< A >::Cons

Definition at line 26 of file functional-list.h.

Constructor & Destructor Documentation

◆ Cons()

template<class A >
v8::internal::compiler::FunctionalList< A >::Cons::Cons ( A top,
Cons * rest )
inline

Definition at line 27 of file functional-list.h.

Member Data Documentation

◆ rest

template<class A >
Cons* const v8::internal::compiler::FunctionalList< A >::Cons::rest

Definition at line 30 of file functional-list.h.

◆ size

template<class A >
size_t const v8::internal::compiler::FunctionalList< A >::Cons::size

Definition at line 31 of file functional-list.h.

◆ top

template<class A >
A const v8::internal::compiler::FunctionalList< A >::Cons::top

Definition at line 29 of file functional-list.h.


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