Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
rb_iseq_new_with_callback_callback_func Struct Reference

#include <vm_core.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 1018 of file vm_core.h.

Field Documentation

◆ data

const void * rb_iseq_new_with_callback_callback_func::data

Definition at line 1022 of file vm_core.h.

Referenced by rb_iseq_compile_callback().

◆ flags

VALUE rb_iseq_new_with_callback_callback_func::flags

Definition at line 1019 of file vm_core.h.

◆ func

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

Definition at line 1021 of file vm_core.h.

Referenced by rb_iseq_compile_callback().

◆ reserved

VALUE rb_iseq_new_with_callback_callback_func::reserved

Definition at line 1020 of file vm_core.h.


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