Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c486 struct lua_longjmp*errorJmp; member
1023 L->errorJmp=NULL;
1026 if(L->errorJmp){
1027 L->errorJmp->status=errcode;
1028 LUAI_THROW(L,L->errorJmp);
1042 lj.previous=L->errorJmp;
1043 L->errorJmp=&lj;
1047 L->errorJmp=lj.previous;
2297 L->errorJmp=NULL;

Completed in 28 milliseconds