Hi, I've just started using v8 and I am struggling to understand a couple of things. It is written in C++ but it i snot taking full advantage of the language
1) exception: why is it not throwing normal C++ exceptions? I need to check after most calls if the TryCatch has caught anything 2) the example http://code.google.com/apis/v8/get_started.html still calls context.Dispose(); before returning. is it compulsory? is it not already called by the destructor? Or I am misunderstanding some design ideas? Andrea -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
