LuaJit 2 error handling
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: LuaJit 2 error handling
- From: webmaster@...
- Date: 2010年1月20日 11:42:20 +0100 (CET)
What does LuaJit 2 use for internal error handling? setjump / longjump or does it use c++ exceptions, or something else? I need it to use c++ exceptions to make sure that it destroys c++ objects and is multi threading captable. If it does not use c++ exceptions is there a way to make it use them?
Regards Ingrater