PN_TNIL 316 core/gc.c if (ptr->vt < PN_TNIL) goto err; PN_TNIL 318 core/gc.c if (P->vts && ptr->vt < PN_TNIL + P->vts->len PN_TNIL 39 core/internal.c potion_type_new(P, PN_TNIL, obj_vt); // named NilKind resp. Undef PN_TNIL 138 core/internal.c PNType t = PN_FLEX_SIZE(P->vts) + PN_TNIL; PN_TNIL 204 core/internal.c case PN_TNIL: return 'n'; //0 nil? (unused) PN_TNIL 195 core/objmodel.c meta->type = PN_FLEX_SIZE(P->vts) + PN_TNIL; PN_TNIL 255 core/objmodel.c PNType t = PN_FLEX_SIZE(P->vts) + PN_TNIL; PN_TNIL 686 core/objmodel.c potion_init_class_reference(P, potion_str(P, NILKIND_NAME), PN_VTABLE(PN_TNIL)); PN_TNIL 108 core/potion.h #define PN_TNUMBER (1+PN_TNIL) /// TNumber is Int, or if fwd'd a TDouble PN_TNIL 109 core/potion.h #define PN_TBOOLEAN (2+PN_TNIL) PN_TNIL 110 core/potion.h #define PN_TDOUBLE (3+PN_TNIL) //is a Number, no arbitrary prec. yet PN_TNIL 111 core/potion.h #define PN_TINTEGER (4+PN_TNIL) //is a Number PN_TNIL 112 core/potion.h #define PN_TSTRING (5+PN_TNIL) PN_TNIL 113 core/potion.h #define PN_TWEAK (6+PN_TNIL) PN_TNIL 114 core/potion.h #define PN_TCLOSURE (7+PN_TNIL) PN_TNIL 115 core/potion.h #define PN_TTUPLE (8+PN_TNIL) PN_TNIL 116 core/potion.h #define PN_TSTATE (9+PN_TNIL) PN_TNIL 117 core/potion.h #define PN_TFILE (10+PN_TNIL) //0a PN_TNIL 118 core/potion.h #define PN_TOBJECT (11+PN_TNIL) //0b PN_TNIL 119 core/potion.h #define PN_TVTABLE (12+PN_TNIL) //0c PN_TNIL 120 core/potion.h #define PN_TSOURCE (13+PN_TNIL) //0d PN_TNIL 121 core/potion.h #define PN_TBYTES (14+PN_TNIL) //0e PN_TNIL 122 core/potion.h #define PN_TPROTO (15+PN_TNIL) //0f PN_TNIL 123 core/potion.h #define PN_TLOBBY (16+PN_TNIL) //10 PN_TNIL 124 core/potion.h #define PN_TTABLE (17+PN_TNIL) //11 PN_TNIL 125 core/potion.h #define PN_TLICK (18+PN_TNIL) //12 PN_TNIL 126 core/potion.h #define PN_TFLEX (19+PN_TNIL) //13 PN_TNIL 127 core/potion.h #define PN_TSTRINGS (20+PN_TNIL) //14 PN_TNIL 128 core/potion.h #define PN_TERROR (21+PN_TNIL) //15 PN_TNIL 129 core/potion.h #define PN_TCONT (22+PN_TNIL) //16 PN_TNIL 130 core/potion.h #define PN_TUSER (23+PN_TNIL) //17 PN_TNIL 135 core/potion.h #define PN_TYPE_ID(t) ((t)-PN_TNIL) PN_TNIL 526 core/potion.h if (PN_IS_NIL(obj)) return PN_TNIL; PN_TNIL 35 core/primitive.c case PN_TNIL: PN_TNIL 55 core/primitive.c case PN_TNIL: PN_TNIL 78 core/primitive.c PN nil_vt = PN_VTABLE(PN_TNIL); PN_TNIL 779 core/table.c case PN_TNIL: PN_TNIL 20 test/api/potion-test.c CuAssert(T, "nil isn't a nil type", PN_TYPE(PN_NIL) == PN_TNIL);