| ||||||
SummaryDeprecated. Frees the JavaScript runtime. | ||||||
Syntaxvoid JS_Finish(JSRuntime *rt); | ||||||
DescriptionJS_Finish is a deprecated function that frees the specified the JavaScript runtime environment, rt . Use JS_DestroyRuntime instead of this function.
| ||||||
See Also
|