Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c191 typedef struct lua_Debug lua_Debug; typedef
192 typedef void(*lua_Hook)(lua_State*L,lua_Debug*ar);
193 struct lua_Debug{ struct
2411 static int lua_getstack(lua_State*L,int level,lua_Debug*ar){
2433 static void funcinfo(lua_Debug*ar,Closure*cl){
2448 static void info_tailcall(lua_Debug*ar){
2470 static int auxgetinfo(lua_State*L,const char*what,lua_Debug*ar,
2507 static int lua_getinfo(lua_State*L,const char*what,lua_Debug*ar){
5873 lua_Debug ar;
5897 lua_Debug ar;
[all …]

Completed in 18 milliseconds