Home
last modified time | relevance | path

Searched refs:luaK_exp2const (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlcode.h68 LUAI_FUNC int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v);
H A Dlcode.c83 int luaK_exp2const (FuncState *fs, const expdesc *e, TValue *v) { in luaK_exp2const() function
H A Dlparser.c1785 luaK_exp2const(fs, &e, &var->k)) { /* compile-time constant? */ in localstat()