OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:luav_execute
(Results
1 - 4
of
4
) 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 */
lstate.h
98
luaV_execute
of previous call */
Completed in 66 milliseconds