Searched refs:LClosure (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlfunc.h17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \
H A Dlobject.h523 typedef struct LClosure { struct
527 } LClosure; typedef in typeref:struct:LClosure
532 LClosure l;
H A Dlapi.c982 LClosure *f = clLvalue(L->top - 1); /* get newly created function */
1199 LClosure *f = clLvalue(fi);
1246 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) {
1247 LClosure *f;
1278 LClosure *f1;
H A Dldebug.c488 LClosure *c = ci_func(ci);
H A Dlgc.c486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
527 LClosure *cl = gco2lcl(o);
H A Dlvm.c536 LClosure *cl;

Completed in 312 milliseconds