| 1 | // Licensed to the .NET Foundation under one or more agreements. |
| 2 | // The .NET Foundation licenses this file to you under the MIT license. |
| 3 | // See the LICENSE file in the project root for more information. |
| 4 | |
| 5 | DEF_TI(TI_ERROR, "<ERROR>" ) |
| 6 | DEF_TI(TI_REF, "Ref" ) |
| 7 | DEF_TI(TI_STRUCT, "Struct" ) |
| 8 | DEF_TI(TI_METHOD, "Method" ) |
| 9 | DEF_TI(TI_BYTE, "Byte" ) |
| 10 | DEF_TI(TI_SHORT, "Short" ) |
| 11 | DEF_TI(TI_INT, "Int" ) |
| 12 | DEF_TI(TI_LONG, "Long" ) |
| 13 | DEF_TI(TI_FLOAT, "Float" ) |
| 14 | DEF_TI(TI_DOUBLE, "Double" ) |
| 15 | DEF_TI(TI_NULL, "Null" ) |
| 16 | |