Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c238 #define ttisfunction(o)(ttype(o)==6) macro
251 #define clvalue(o)check_exp(ttisfunction(o),&(o)->value.gc->cl)
433 #define isLua(ci)(ttisfunction((ci)->func)&&f_isLua(ci))
1116 if(!ttisfunction(tm))
1128 if(!ttisfunction(func))
2512 luai_apicheck(L,ttisfunction(func));
2580 if(!ttisfunction(errfunc))luaD_throw(L,5);
4747 if(ttisfunction(tm)){
4773 if(ttisfunction(tm)){

Completed in 17 milliseconds