Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
rb_block Struct Reference

#include <rb_mjit_min_header-2.7.6.h>

Data Fields

union {
   struct rb_captured_block   captured
 
   VALUE   symbol
 
   VALUE   proc
 
as
 
enum rb_block_type type
 
union {
   struct rb_captured_block   captured
 
   VALUE   symbol
 
   VALUE   proc
 
as
 

Detailed Description

Definition at line 9887 of file rb_mjit_min_header-2.7.6.h.

Field Documentation

◆  [1/2]

union { ... } rb_block::as

Referenced by rb_vm_block_ep_update().

◆  [2/2]

union { ... } rb_block::as

◆ captured

struct rb_captured_block rb_block::captured

Definition at line 9889 of file rb_mjit_min_header-2.7.6.h.

Referenced by rb_vm_block_ep_update().

◆ proc

VALUE rb_block::proc

Definition at line 9891 of file rb_mjit_min_header-2.7.6.h.

Referenced by rb_proc_get_iseq().

◆ symbol

VALUE rb_block::symbol

Definition at line 9890 of file rb_mjit_min_header-2.7.6.h.

◆ type

enum rb_block_type rb_block::type

Definition at line 9893 of file rb_mjit_min_header-2.7.6.h.


The documentation for this struct was generated from the following files: