Home | History | Annotate | Download | only in src

Lines Matching refs:TypeInfo

720   enum TypeInfo {
731 static const char* GetName(TypeInfo type_info);
733 static State ToState(TypeInfo type_info);
735 static TypeInfo GetTypeInfo(Handle<Object> operand);
737 static TypeInfo ComputeNewType(TypeInfo type, TypeInfo previous);
744 enum TypeInfo {
759 static const char* GetName(TypeInfo type_info);
761 static State ToState(TypeInfo type_info);
763 static TypeInfo GetTypeInfo(Handle<Object> left, Handle<Object> right);
765 static TypeInfo JoinTypes(TypeInfo x, TypeInfo y);