Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto 8c8bbd94dc error.c: add new error handling API functions; ref #2837
- mrb_clear_error(): clear error status of mrb_state
- mrb_check_error(): check if error caused in the previous API

Note that `mrb_check_error` clears error status, so if you call
`mrb_check_error` more than once, latter calls will return FALSE.
2023-02-03 14:28:24 +09:00
..
2022-01-02 11:52:19 +09:00
2020-11-17 12:41:10 +09:00
2019-12-13 04:41:43 +09:00
2020-12-13 18:38:22 +10:00
2022-12-03 14:26:05 +09:00
2022-08-31 07:27:14 +09:00
2019-08-18 20:12:44 +09:00
2022-12-29 08:08:55 -08:00