Entry: JS_Finish (Function)
Summary: Deprecated. Frees the JavaScript runtime.
Syntax:
void JS_Finish(JSRuntime *rt);
Description:
JS_Finish is a deprecated function that frees the specified the JavaScript runtime environment, rt. Use JS_DestroyRuntime instead of this function.
See also:
|
|
|