diff options
| author | eileencodes <eileencodes@gmail.com> | 2023-12-04 15:22:10 -0500 |
|---|---|---|
| committer | Jemma Issroff <jemmaissroff@gmail.com> | 2023-12-04 16:45:18 -0500 |
| commit | 09e8d37f5b60f1cd1076c354128309cdf74d0df7 (patch) | |
| tree | fc921454ce9616684968bc7fefb51375e3809285 /include/ruby/debug.h | |
| parent | 33bc22efe5d372898f3a37004f324f7457e9a944 (diff) | |
[PRISM] Implement `PM_INTERPOLATED_REGULAR_EXPRESSION_NODE`
Implements `PM_INTERPOLATED_REGULAR_EXPRESSION_NODE` for `defined?`
Code:
```ruby
defined?(/#{1}/)
```
```
"********* Ruby *************"
== disasm: #<ISeq:<compiled>@<compiled>:0 (0,0)-(0,16)>
0000 putobject "expression"
0002 leave
"********* PRISM *************"
== disasm: #<ISeq:<compiled>@<compiled>:0 (0,0)-(0,16)>
0000 putobject "expression"
0002 leave
```
Diffstat (limited to 'include/ruby/debug.h')
0 files changed, 0 insertions, 0 deletions
