This article covers features introduced in SpiderMonkey 17

Return default JSFreeOp for the runtime.

Syntax

JSFreeOp *
JS_GetDefaultFreeOp(JSRuntime *rt);
Name Type Description
rt JSRuntime * A pointer to the runtime.

Description

JS_GetDefaultFreeOp returns default JSFreeOp for the runtime.

See Also