Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
vm_ifunc Struct Reference

IFUNC (Internal FUNCtion) More...

#include <imemo.h>

Data Fields

VALUE flags
 
VALUE reserved
 
rb_block_call_func_t func
 
const void * data
 
struct vm_ifunc_argc argc
 

Detailed Description

IFUNC (Internal FUNCtion)

Definition at line 6261 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ argc

struct vm_ifunc_argc vm_ifunc::argc

Definition at line 6266 of file rb_mjit_min_header-3.1.3.h.

◆ data

const void * vm_ifunc::data

Definition at line 6265 of file rb_mjit_min_header-3.1.3.h.

◆ flags

VALUE vm_ifunc::flags

Definition at line 6262 of file rb_mjit_min_header-3.1.3.h.

◆ func

rb_block_call_func_t vm_ifunc::func

Definition at line 6264 of file rb_mjit_min_header-3.1.3.h.

◆ reserved

VALUE vm_ifunc::reserved

Definition at line 6263 of file rb_mjit_min_header-3.1.3.h.


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