Searched refs:init_exp (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lparser.c | 148 static void init_exp (expdesc *e, expkind k, int i) { in init_exp() function 156 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring() 277 init_exp(var, VLOCAL, v); /* variable is local */ in singlevaraux() 290 init_exp(var, VUPVAL, idx); in singlevaraux() 522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure() 739 init_exp(t, VRELOCABLE, pc); in constructor() 740 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ in constructor() 861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs() 942 init_exp(v, VKNUM, 0); in simpleexp() 951 init_exp(v, VNIL, 0); in simpleexp() [all …]
|