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

IFUNC (Internal FUNCtion) More...

#include <internal.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 1215 of file internal.h.

Field Documentation

◆ argc

struct vm_ifunc_argc vm_ifunc::argc

Definition at line 1219 of file internal.h.

Referenced by rb_vm_ifunc_new().

◆ data

const void * vm_ifunc::data

Definition at line 1219 of file internal.h.

◆ flags

VALUE vm_ifunc::flags

Definition at line 1216 of file internal.h.

◆ func

rb_block_call_func_t vm_ifunc::func

Definition at line 1218 of file internal.h.

Referenced by rb_func_lambda_new().

◆ reserved

VALUE vm_ifunc::reserved

Definition at line 1217 of file internal.h.


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