Ruby  3.4.0dev (2024-12-06 revision 892c46283a5ea4179500d951c9d4866c0051f27b)
Data Fields
vm_ifunc Struct Reference

IFUNC (Internal FUNCtion) More...

#include <imemo.h>

Data Fields

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

Detailed Description

IFUNC (Internal FUNCtion)

Bookkeeping for converting a C function and some closed-over data into a block passable to methods. Like Ruby Proc, but not directly accessible at Ruby level since this is an imemo. See rb_block_call() and friends.

Definition at line 88 of file imemo.h.


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