JS Finish
From MDC
Deprecated
[edit] Syntax
void JS_Finish(JSRuntime *rt);
| Name | Type | Description |
|---|---|---|
rt |
JSRuntime * |
Pointer to a JS runtime to destroy. |
[edit] Description
JS_Finish is deprecated. Use JS_DestroyRuntime instead.
Deprecated
void JS_Finish(JSRuntime *rt);
| Name | Type | Description |
|---|---|---|
rt |
JSRuntime * |
Pointer to a JS runtime to destroy. |
JS_Finish is deprecated. Use JS_DestroyRuntime instead.