Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dldo.c276 ptrdiff_t funcr = savestack(L, func); in tryfuncTM() local
282 func = restorestack(L, funcr); /* previous call may change stack */ in tryfuncTM()
299 ptrdiff_t funcr = savestack(L, func); in luaD_precall() local
310 ci->func = restorestack(L, funcr); in luaD_precall()
328 func = restorestack(L, funcr); in luaD_precall()