Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c236 #define ttisstring(o)(ttype(o)==4) macro
247 #define rawtsvalue(o)check_exp(ttisstring(o),&(o)->value.gc->ts)
1625 if(ttisstring(gkey(n))&&rawtsvalue(gkey(n))==key)
1820 if(mode&&ttisstring(mode)){
1958 if(ttisstring(o)){
2550 if(ttisstring(p1)||ttisnumber(p1))p1=p2;
4691 if(ttisstring(obj)&&luaO_str2d(svalue(obj),&num)){
4839 else if(ttisstring(l))
4851 else if(ttisstring(l))
4887 if(!(ttisstring(top-2)||ttisnumber(top-2))||!tostring(L,top-1)){
[all …]

Completed in 20 milliseconds