jsDupValueRT top-level property

Pointer<JSValue> Function(Pointer<JSRuntime> rt, Pointer<JSValue> val) jsDupValueRT
final

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();