jsDupValueRT top-level property
JSValue *jsDupValueRT(JSRuntime *rt, JSValue *v)
Implementation
final Pointer<JSValue> Function(Pointer<JSRuntime> rt, Pointer<JSValue> val)
jsDupValueRT = _qjsLib
.lookup<
NativeFunction<
Pointer<JSValue> Function(Pointer<JSRuntime>, Pointer<JSValue>)
>
>('jsDupValueRT')
.asFunction();