define_own_property property

Pointer<NativeFunction<Int Function(Pointer<JSContext_> ctx, JSValue_ this_obj, JSAtom prop, JSValue_ val, JSValue_ getter, JSValue_ setter, Int flags)>> define_own_property
getter/setter pair

Implementation

external Pointer<
    NativeFunction<
        Int Function(
            Pointer<JSContext_> ctx,
            JSValue_ this_obj,
            JSAtom prop,
            JSValue_ val,
            JSValue_ getter,
            JSValue_ setter,
            Int flags)>> define_own_property;