Re: [v8-users] Calling function from shared library in V8 7.7.299.11

2019-09-12 Thread Darin Dimitrov
It might be, but normally I build my .so with the exact same custom libc++ which I use to build my android app. I am also able to perform other operations on the object such as ->Get On Thursday, September 12, 2019 at 4:16:00 PM UTC+3, Jakob Gruber wrote: > > Could this be another libcxx mismatc

Re: [v8-users] Calling function from shared library in V8 7.7.299.11

2019-09-12 Thread Jakob Gruber
Could this be another libcxx mismatch issue and 7.7 just exposes it incidentally? On Thu, Sep 12, 2019 at 2:54 PM Darin Dimitrov wrote: > I am cross compiling V8 for android and I have created a shared library > containing a simple function which adds some property to a provided object: > > exte