Changes between Initial Version and Version 1 of Ticket #3708, comment 15


Ignore:
Timestamp:
Aug 2, 2016, 10:31:16 PM (8 years ago)
Author:
Itms

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3708, comment 15

    initial v1  
    1 Attached patch properly calls [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_ShutDown JS_ShutDown]. It is not possible to call `JS_Init` again after `JS_ShutDown`, so we must have to handle this limitation.
     1Attached patch properly calls [https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_ShutDown JS_ShutDown]. It is not possible to call `JS_Init` again after `JS_ShutDown`, so we need to handle this limitation.