Skip to content
GitLab
Explore
Sign in
Register
Oct 10, 2011
244f8281
< if((str=js_ValueToStringBytes(cx, argv[0], NULL))==NULL)
· 244f8281
deuce
authored
Oct 10, 2011
--- > JSVALUE_TO_STRING(cx, argv[0], str); > if(str==NULL)
244f8281
< if((str=js_ValueToStringBytes(cx, argv[0], NULL))==NULL)
deuce
authored
Oct 10, 2011
--- > JSVALUE_TO_STRING(cx, argv[0], str); > if(str==NULL)
Loading