JSJSONStringifyNative typedef
JSJSONStringifyNative =
Int32 Function(Pointer<JSContext> ctx, Pointer<JSValueConst> obj, Pointer<JSValueConst> res, Pointer<Pointer<Utf8NullTerminated> > stringResult)
Implementation
typedef Int32 JSJSONStringifyNative(
Pointer<JSContext> ctx,
Pointer<JSValueConst> obj,
Pointer<JSValueConst> res,
Pointer<Pointer<Utf8NullTerminated>> stringResult,
);