j
k
j a
j l
Hi Zebediah,
On 05/04/2018 06:32 AM, Zebediah Figura wrote:
if(!argc) { *r = jsval_undefined();
*r = jsval_undefined();
You need to check r for NULL here. Otherwise a call that doesn't use return value (like ;JSON.stringify();) will crash.
Thanks,
Jacek
Back to the thread
Back to the list