ccxvii / mujs

An embeddable Javascript interpreter in C.
http://mujs.com/
ISC License
812 stars 98 forks source link

No way to delete a global value #113

Closed yurivict closed 5 years ago

yurivict commented 5 years ago

There are js_setglobal/js_defglobal/js_getglobal but there is no js_delglobal.

Is it missing, or otherwise how to delete a global value?

ccxvii commented 5 years ago

js_delglobal function added in commit 6e62eb0.