Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/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)
1821 if(mode&&ttisstring(mode)){
1959 if(ttisstring(o)){
2551 if(ttisstring(p1)||ttisnumber(p1))p1=p2;
4692 if(ttisstring(obj)&&luaO_str2d(svalue(obj),&num)){
4840 else if(ttisstring(l))
4852 else if(ttisstring(l))
4888 if(!(ttisstring(top-2)||ttisnumber(top-2))||!tostring(L,top-1)){
[all …]

Completed in 26 milliseconds