File tree
include/mruby
mrbgems/mruby-compiler/core
src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,8 +60,10 @@ OPCODE(RESCUE, BB) /* R[b] = R[a].isa?(R[b]) */ | |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3643,7 +3643,15 @@ codegen_call(codegen_scope *s, node *varnode, int val) | |||
3643 | 3643 | | |
3644 | 3644 | | |
3645 | 3645 | | |
3646 | | - | |
| 3646 | + | |
| 3647 | + | |
| 3648 | + | |
| 3649 | + | |
| 3650 | + | |
| 3651 | + | |
| 3652 | + | |
| 3653 | + | |
| 3654 | + | |
3647 | 3655 | | |
3648 | 3656 | | |
3649 | 3657 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -336,6 +336,9 @@ codedump(mrb_state *mrb, const mrb_irep *irep, FILE *out) | |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
339 | 342 | | |
340 | 343 | | |
341 | 344 | | |
@@ -344,6 +347,9 @@ codedump(mrb_state *mrb, const mrb_irep *irep, FILE *out) | |||
344 | 347 | | |
345 | 348 | | |
346 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
347 | 353 | | |
348 | 354 | | |
349 | 355 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2211,6 +2211,12 @@ mrb_vm_exec(mrb_state *mrb, const struct RProc *begin_proc, const mrb_code *iseq | |||
2211 | 2211 | | |
2212 | 2212 | | |
2213 | 2213 | | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
2214 | 2220 | | |
2215 | 2221 | | |
2216 | 2222 | | |
@@ -2219,6 +2225,11 @@ mrb_vm_exec(mrb_state *mrb, const struct RProc *begin_proc, const mrb_code *iseq | |||
2219 | 2225 | | |
2220 | 2226 | | |
2221 | 2227 | | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
2222 | 2233 | | |
2223 | 2234 | | |
2224 | 2235 | | |
@@ -2259,7 +2270,7 @@ mrb_vm_exec(mrb_state *mrb, const struct RProc *begin_proc, const mrb_code *iseq | |||
2259 | 2270 | | |
2260 | 2271 | | |
2261 | 2272 | | |
2262 | | - | |
| 2273 | + | |
2263 | 2274 | | |
2264 | 2275 | | |
2265 | 2276 | | |
@@ -2280,7 +2291,7 @@ mrb_vm_exec(mrb_state *mrb, const struct RProc *begin_proc, const mrb_code *iseq | |||
2280 | 2291 | | |
2281 | 2292 | | |
2282 | 2293 | | |
2283 | | - | |
| 2294 | + | |
2284 | 2295 | | |
2285 | 2296 | | |
2286 | 2297 | | |