V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::StructuralType Class Reference
Inheritance diagram for v8::internal::compiler::StructuralType:
v8::internal::compiler::TypeBase v8::internal::compiler::TupleType v8::internal::compiler::UnionType

Public Member Functions

int LengthForTesting () const
 

Protected Member Functions

int Length () const
 
Type Get (int i) const
 
void Set (int i, Type type)
 
void Shrink (int length)
 
 StructuralType (Kind kind, int length, Zone *zone)
 
- Protected Member Functions inherited from v8::internal::compiler::TypeBase
Kind kind () const
 
 TypeBase (Kind kind)
 

Friends

class Type
 

Additional Inherited Members

- Protected Types inherited from v8::internal::compiler::TypeBase
enum  Kind {
  kHeapConstant, kOtherNumberConstant, kTuple, kUnion,
  kRange
}
 
- Static Protected Member Functions inherited from v8::internal::compiler::TypeBase
static bool IsKind (Type type, Kind kind)
 

Detailed Description

Definition at line 573 of file types.h.


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