You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""+{toString:function(){ return "" }} or ""+{valueOf:function(){ return "" }} should return "" but JStillery returns "[object Object]".
The following code should execute alert(/pass/) but due to this behavior an inifinity loop happens on JStillery.
Hi @masatokinugawa ,
thanks!
ATM toString/valueOf override and native functions overwrite are not supported, I don't plan to add them soon but it's definitely an important feature to be in the project!
""+{toString:function(){ return "" }}
or""+{valueOf:function(){ return "" }}
should return""
but JStillery returns"[object Object]"
.The following code should execute
alert(/pass/)
but due to this behavior an inifinity loop happens on JStillery.The text was updated successfully, but these errors were encountered: