[v8-users] Sample(process.cc) add code crash

2019-03-06 Thread 滚开
i just add: ``` isolate->Dispose(); v8::V8::Dispose(); v8::V8::ShutdownPlatform(); delete create_params.array_buffer_allocator; ``` after https://github.com/v8/v8/blob/4d39e3427824fafa35a6bfcdb23b05cd9c2db67d/samples/process.cc#L732 i want Dispose the isolate and tear down V8. Not allowed here

[v8-users] Extending V8::Exception

2019-03-06 Thread fkpkot
Hey, has anyone extended V8::exception? it seems that the default types are using macro for definition. but I am looking for a more clear example on what I need to implement. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this mes