Closed kekyo closed 6 years ago
e023fe2aab284b118c37c7af9f9145e959d59989
First implementation with sjlj without accessor for caught instance.
TODO: global unwind will cause mismatched execution frame
1a825ad6f7fe61282c9d13968d3a7461cb540d46
Local unwind now working.
TODO: GC will collect rethrow buffered exception instance.
993c6df8217ed9f83963cfccaa34dc861d930489
Global unwind now working.
5c1f39e1e5f7d8ac743e60509797c8589d400257
Finally block at the local unwind now working.
0506f04ec8a9cbef462fc72100635196d8d65e7f
Exception implemented 🎉
(WITHOUT filter and fault block. I'll do it after #29 )