Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c144 #define luai_apicheck(L,o){(void)L;} macro
2512 luai_apicheck(L,ttisfunction(func));
5316 luai_apicheck(L,idx<=L->ci->top-L->base);
5405 luai_apicheck(L,ttistable(L->top-1));
5597 luai_apicheck(L,ttistable(t));
5603 luai_apicheck(L,ttistable(o));
5679 luai_apicheck(L,ttistable(t));
5688 luai_apicheck(L,ttistable(o));
5702 luai_apicheck(L,ttistable(L->top-1));
5732 luai_apicheck(L,ttistable(L->top-1));
[all …]

Completed in 21 milliseconds