Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Fields
rb_iseq_new_with_callback_callback_func Struct Reference

#include <rb_mjit_min_header-2.7.7.h>

Data Fields

VALUE flags
 
VALUE reserved
 
void(* func )(rb_iseq_t *, struct iseq_link_anchor *, const void *)
 
const voiddata
 

Detailed Description

Definition at line 6236 of file rb_mjit_min_header-2.7.7.h.

Field Documentation

◆ data

const void * rb_iseq_new_with_callback_callback_func::data

Definition at line 6240 of file rb_mjit_min_header-2.7.7.h.

Referenced by rb_iseq_compile_callback().

◆ flags

VALUE rb_iseq_new_with_callback_callback_func::flags

Definition at line 6237 of file rb_mjit_min_header-2.7.7.h.

◆ func

void(* rb_iseq_new_with_callback_callback_func::func)(rb_iseq_t *, struct iseq_link_anchor *, const void *) ( void  )

Definition at line 6239 of file rb_mjit_min_header-2.7.7.h.

Referenced by rb_iseq_compile_callback().

◆ reserved

VALUE rb_iseq_new_with_callback_callback_func::reserved

Definition at line 6238 of file rb_mjit_min_header-2.7.7.h.


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