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

IFUNC (Internal FUNCtion) More...

#include <rb_mjit_min_header-2.7.7.h>

Data Fields

VALUE flags
 
VALUE reserved
 
rb_block_call_func_t func
 
const voiddata
 
struct vm_ifunc_argc argc
 

Detailed Description

IFUNC (Internal FUNCtion)

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

Field Documentation

◆ argc

struct vm_ifunc_argc vm_ifunc::argc

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

Referenced by rb_vm_ifunc_new().

◆ data

const void * vm_ifunc::data

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

◆ flags

VALUE vm_ifunc::flags

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

◆ func

rb_block_call_func_t vm_ifunc::func

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

Referenced by rb_func_lambda_new().

◆ reserved

VALUE vm_ifunc::reserved

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


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