diff options
| author | eileencodes <eileencodes@gmail.com> | 2024-01-17 10:01:38 -0500 |
|---|---|---|
| committer | Aaron Patterson <aaron.patterson@gmail.com> | 2024-01-17 13:08:49 -0800 |
| commit | 9c5391d7dc99fcc06fae1541f1f6fc0c2913c932 (patch) | |
| tree | ce8d4a82fefd4dc636a847de4d68e330e2e9a289 /ruby_parser.c | |
| parent | f657fd150f46ab4d93344d34bcb663630d7f064a (diff) | |
[Prism] Implement defined? for PM_CALL_OPERATOR_WRITE_NODE
Ruby code:
```ruby
defined?(PrismTestSubclass.test_call_operator_write_node += 1)
```
Instructions:
```
"********* Ruby *************"
== disasm: #<ISeq:<compiled>@<compiled>:1 (1,0)-(59,58)>
0000 putobject "assignment" ( 59)[Li]
0002 leave
"********* PRISM *************"
== disasm: #<ISeq:<compiled>@<compiled>:58 (58,0)-(58,58)>
0000 putobject "assignment" ( 58)[Li]
0002 leave
```
Related: ruby/prism#2188
Diffstat (limited to 'ruby_parser.c')
0 files changed, 0 insertions, 0 deletions
