[v8-users] Linking V8 to app on Windows

2016-11-08 Thread Ivan P.
Hello, I am porting my app from V8 3.19 to V8 5.3.332.45. I have built new V8 version as DLL using Visual Studio 2013, updated code of my app to use updated APIs and now trying to perform full build of my app. My app doesn't use GN to build it, it is normal Visual Studio 2013 project. I have

Re: [v8-users] Memory allocation tracking in V8

2016-11-08 Thread Ivan Pizhenko
Thanks, This was useful. 2016-11-07 12:53 GMT+02:00 Jochen Eisinger : > in general, you can check bit.ly/v8-api-changes to learn about > replacements for deprecated and removed APIs > > On Mon, Nov 7, 2016 at 11:51 AM Michael Lippautz > wrote: > >>

Re: [v8-users] Re: How extend a C++ created class in JavaScript

2016-11-08 Thread Ben Noordhuis
On Tue, Nov 8, 2016 at 5:49 AM, George Marques wrote: > Solved my problem. I had to use point_constructor->InstanceTemplate() only > to set the internal field count. To set the methods I need to use > point_constructor->PrototypeTemplate(). > > Still struggling a bit to

Re: [v8-users] Building V8 libs for Android on Windows 10

2016-11-08 Thread Jochen Eisinger
Looks like you might need to install the g++ package? On Mon, Nov 7, 2016 at 12:39 PM Trekkie Ufo wrote: > Hi, managed to install everything on Ubuntu Linux and fired off a V8 build > for Android. > > (1) gn gen out.gn/foo --args='is_debug=false target_cpu="arm64" >