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

Data Fields

const void *const func_ptr
 
const int argc
 
const int index
 
const char *const name
 
void(* compiler )(FILE *, long, unsigned, _Bool)
 

Detailed Description

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

Field Documentation

◆ argc

const int rb_builtin_function::argc

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

◆ compiler

void(* rb_builtin_function::compiler)(FILE *, long, unsigned, bool)

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

◆ func_ptr

const void *const rb_builtin_function::func_ptr

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

◆ index

const int rb_builtin_function::index

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

◆ name

const char *const rb_builtin_function::name

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


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