JS_DupValue

Function JS_DupValue 

Source
pub unsafe fn JS_DupValue(_rt: *mut JSRuntime, v: JSValue)
Expand description

ยงSafety

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