Closed
Description
Please, provide the following version numbers that your issue occurs with:
3.4.x (Probably 4.x also)
Please, tell us how to recreate the issue in as much detail as possible.
Is there any code involved?
var x = new Interop.Pointer(-1) = <Pointer: 0xffffffff>
However, returning a pointer from ObjC of -1 = <Pointer: 0xffffffffffffffff>
Is their some secret to create a Interop.Pointer on the Javascript side that is the full int64 size, as it is a special value in a plugin I'm working on. This is the only piece that I'm having to create a tiny OBJC wrapper for; and I would like to eliminate this wrapper if possible.