V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::FunctionalList< A > Class Template Reference

Classes

class  iterator
 

Public Member Functions

bool operator== (const FunctionalList< A > &other) const
 
bool operator!= (const FunctionalList< A > &other) const
 
const A & Front () const
 
FunctionalList Rest () const
 
void DropFront ()
 
void PushFront (A a, Zone *zone)
 
void PushFront (A a, Zone *zone, FunctionalList hint)
 
void ResetToCommonAncestor (FunctionalList other)
 
size_t Size () const
 
iterator begin () const
 
iterator end () const
 

Detailed Description

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

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


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