HomeSort by relevance Sort by last modified time
    Searched refs:luaV_execute (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.h 38 LUAI_FUNC void luaV_execute (lua_State *L);
ldo.c 395 luaV_execute(L); /* call it */
435 luaV_execute(L); /* execute down to higher C 'boundary' */
500 luaV_execute(L); /* call it */
508 luaV_execute(L); /* just continue running Lua code */
lvm.c 481 ** some macros for common tasks in `luaV_execute'
534 void luaV_execute (lua_State *L) {
720 goto newframe; /* restart luaV_execute over new Lua function */
749 goto newframe; /* restart luaV_execute over new Lua function */
764 goto newframe; /* restart luaV_execute over new Lua function */

Completed in 330 milliseconds