mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
source position added to exception representation
This commit is contained in:
@@ -18,10 +18,13 @@ typedef struct mrb_irep {
|
||||
int nregs;
|
||||
|
||||
mrb_code *iseq;
|
||||
short *lines;
|
||||
mrb_value *pool;
|
||||
mrb_sym *syms;
|
||||
|
||||
/* debug info */
|
||||
const char *filename;
|
||||
short *lines;
|
||||
|
||||
int ilen, plen, slen;
|
||||
} mrb_irep;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user