Searched refs:StackValue (Results 1 – 3 of 3) sorted by relevance
152 typedef union StackValue { union158 } StackValue; typedef162 typedef StackValue *StkId;
187 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
225 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()