| ||||||
SummaryFrees the JavaScript runtime. | ||||||
SyntaxJS_DestroyRuntime(rt); | ||||||
DescriptionJS_DestroyRuntime frees the specified the JavaScript runtime environment, rt . Call JS_DestroyRuntime after completing all other JS API calls. JS_DestroyRuntime garbage collects and frees the memory previously allocated by JS_NewRuntime .
| ||||||
See Also
|