Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/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
2410 static int lua_getstack(lua_State*L,int level,lua_Debug*ar){
2432 static void funcinfo(lua_Debug*ar,Closure*cl){
2447 static void info_tailcall(lua_Debug*ar){
2469 static int auxgetinfo(lua_State*L,const char*what,lua_Debug*ar,
2506 static int lua_getinfo(lua_State*L,const char*what,lua_Debug*ar){
5872 lua_Debug ar;
5896 lua_Debug ar;
[all …]

Completed in 19 milliseconds