void jsFreeValue( Pointer<JSContext> ctx, Pointer<JSValue> val, { bool free = true, }) { _jsFreeValue(ctx, val, free ? 1 : 0); }