Searched refs:luai_apicheck (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 144 #define luai_apicheck(L,o){(void)L;} macro 2513 luai_apicheck(L,ttisfunction(func)); 5317 luai_apicheck(L,idx<=L->ci->top-L->base); 5406 luai_apicheck(L,ttistable(L->top-1)); 5598 luai_apicheck(L,ttistable(t)); 5604 luai_apicheck(L,ttistable(o)); 5680 luai_apicheck(L,ttistable(t)); 5689 luai_apicheck(L,ttistable(o)); 5703 luai_apicheck(L,ttistable(L->top-1)); 5733 luai_apicheck(L,ttistable(L->top-1)); [all …]
|
Completed in 20 milliseconds