Obsolete since JSAPI 19
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Same function as JS_DestroyRuntime
.
Syntax
void JS_Finish(JSRuntime *rt);
Name | Type | Description |
---|---|---|
rt |
JSRuntime * |
Pointer to a JS runtime to destroy. |
Description
JS_Finish
is obsolete. Use JS_DestroyRuntime
instead.