Searched refs:luaK_exp2const (Results 1 – 3 of 3) sorted by relevance
75 LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v);
90 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const() function
1769 luaK_exp2const(fs, &e, &var->k)) { /* compile-time constant? */ in localstat()