| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -922,6 +922,11 @@ MRB_API struct RClass* mrb_define_module_under_id(mrb_state *mrb, struct RClass | |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
925 | 930 | | |
926 | 931 | | |
927 | 932 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,7 @@ OPCODE(CALL, Z) /* self.call(*, **, &) (But overlay the current cal | |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,6 +72,7 @@ struct RProc { | |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2401,13 +2401,16 @@ lambda_body(codegen_scope *s, node *locals, struct mrb_ast_args *args, node *bod | |||
2401 | 2401 | | |
2402 | 2402 | | |
2403 | 2403 | | |
2404 | | - | |
| 2404 | + | |
| 2405 | + | |
| 2406 | + | |
2405 | 2407 | | |
2406 | 2408 | | |
2407 | 2409 | | |
2408 | 2410 | | |
2409 | | - | |
2410 | | - | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
2411 | 2414 | | |
2412 | 2415 | | |
2413 | 2416 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1215,7 +1215,7 @@ new_args_tail(parser_state *p, node *kws, mrb_sym kwrest, mrb_sym blk) | |||
1215 | 1215 | | |
1216 | 1216 | | |
1217 | 1217 | | |
1218 | | - | |
| 1218 | + | |
1219 | 1219 | | |
1220 | 1220 | | |
1221 | 1221 | | |
@@ -4861,6 +4861,10 @@ f_block_arg : blkarg_mark tIDENTIFIER | |||
4861 | 4861 | | |
4862 | 4862 | | |
4863 | 4863 | | |
| 4864 | + | |
| 4865 | + | |
| 4866 | + | |
| 4867 | + | |
4864 | 4868 | | |
4865 | 4869 | | |
4866 | 4870 | | |
@@ -8047,6 +8051,8 @@ dump_args(mrb_state *mrb, struct mrb_ast_args *args, int offset, uint16_t lineno | |||
8047 | 8051 | | |
8048 | 8052 | | |
8049 | 8053 | | |
| 8054 | + | |
| 8055 | + | |
8050 | 8056 | | |
8051 | 8057 | | |
8052 | 8058 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -374,14 +374,15 @@ codedump(mrb_state *mrb, const mrb_irep *irep, FILE *out) | |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
| 385 | + | |
385 | 386 | | |
386 | 387 | | |
387 | 388 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2558,6 +2558,12 @@ mrb_vm_exec(mrb_state *mrb, const struct RProc *begin_proc, const mrb_code *iseq | |||
2558 | 2558 | | |
2559 | 2559 | | |
2560 | 2560 | | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
2561 | 2567 | | |
2562 | 2568 | | |
2563 | 2569 | | |