Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/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))
2513 luai_apicheck(L,ttisfunction(func));
2581 if(!ttisfunction(errfunc))luaD_throw(L,5);
4748 if(ttisfunction(tm)){
4774 if(ttisfunction(tm)){

Completed in 16 milliseconds