summaryrefslogtreecommitdiff
path: root/include/ruby/internal/variable.h
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2024-01-17 10:40:57 -0500
committerKevin Newton <kddnewton@gmail.com>2024-01-17 17:21:29 -0500
commit30e7dbb78de4d4690b29b996424c7e7f4400b853 (patch)
tree5c296f6c328c119b5fa096b1e4e979aec3848a1a /include/ruby/internal/variable.h
parent9bcd42c378c0755c9aa606f84405e01c8ed5255f (diff)
[Prism] Implement defined? for PM_CLASS_NODE
Ruby code: ```ruby defined?(class PrismClassA; end) ``` Instructions: ``` "********* Ruby *************" == disasm: #<ISeq:<compiled>@<compiled>:1 (1,0)-(59,43)> 0000 putobject "expression" ( 59)[Li] 0002 leave "********* PRISM *************" == disasm: #<ISeq:<compiled>@<compiled>:58 (58,0)-(58,43)> 0000 putobject "expression" ( 58)[Li] 0002 leave ``` Related: ruby/prism#2188
Diffstat (limited to 'include/ruby/internal/variable.h')
0 files changed, 0 insertions, 0 deletions