V8 Project
v8::internal::TypeImplIteratorAux< Config, T > Struct Template Reference
+ Collaboration diagram for v8::internal::TypeImplIteratorAux< Config, T >:

Static Public Member Functions

static bool matches (typename TypeImpl< Config >::TypeHandle type)
 
static i::Handle< Tcurrent (typename TypeImpl< Config >::TypeHandle type)
 

Detailed Description

template<class Config, class T>
struct v8::internal::TypeImplIteratorAux< Config, T >

Definition at line 874 of file types.cc.

Member Function Documentation

◆ current()

template<class Config , class T >
static i::Handle<T> v8::internal::TypeImplIteratorAux< Config, T >::current ( typename TypeImpl< Config >::TypeHandle  type)
static

Referenced by v8::internal::TypeImpl< Config >::Iterator< T >::Current().

+ Here is the caller graph for this function:

◆ matches()

template<class Config , class T >
static bool v8::internal::TypeImplIteratorAux< Config, T >::matches ( typename TypeImpl< Config >::TypeHandle  type)
static

Referenced by v8::internal::TypeImpl< Config >::Iterator< T >::matches().

+ Here is the caller graph for this function:

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