JavaScript-1.5 Reference

JS_Finish Function Deprecated

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

Groups [ Deprecated | Function ]
Documents [ LXR ID Search ]
Entries [ JS_DestroyRuntime | JS_NewRuntime ]

This page was generated by APIDOC