Fixed it!
Turns out this part is actually important:
Platform* platform = platform::CreateDefaultPlatform();
V8::InitializePlatform(platform);
On Friday, 13 March 2015 22:55:40 UTC-4, Jean-Philippe Déry wrote:
>
> Hi,
>
> I'm trying to use force garbage collection using
> RequestGarbageCollect
Right after posting I noticed an error in the code below where "scope" was
not defined. I fixed it however the segfault remains.
On Friday, 13 March 2015 22:55:40 UTC-4, Jean-Philippe Déry wrote:
>
> Hi,
>
> I'm trying to use force garbage collection using
> RequestGarbageCollectionForTesting
>