JS_FreeValue

Function JS_FreeValue 

Source
pub unsafe fn JS_FreeValue(rt: *mut JSRuntime, v: JSValue)
Expand description

ยงSafety

The caller must ensure that rt is a valid JSRuntime pointer and v is a valid JSValue.