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

Protected Types

enum  Kind {
  kHeapConstant, kOtherNumberConstant, kTuple, kUnion,
  kRange
}
 

Protected Member Functions

Kind kind () const
 
 TypeBase (Kind kind)
 

Static Protected Member Functions

static bool IsKind (Type type, Kind kind)
 

Friends

class Type
 

Detailed Description

Definition at line 288 of file types.h.


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