Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rescue_funcall_args Struct Reference

Data Fields

rb_thread_tth
 
VALUE defined_class
 
VALUE recv
 
ID mid
 
const rb_method_entry_tme
 
unsigned int respond: 1
 
unsigned int respond_to_missing: 1
 
int argc
 
const VALUEargv
 

Detailed Description

Definition at line 346 of file vm_eval.c.

Field Documentation

◆ argc

int rescue_funcall_args::argc

Definition at line 354 of file vm_eval.c.

Referenced by check_funcall_exec(), and check_funcall_missing().

◆ argv

const VALUE* rescue_funcall_args::argv

Definition at line 355 of file vm_eval.c.

Referenced by check_funcall_exec(), and check_funcall_missing().

◆ defined_class

VALUE rescue_funcall_args::defined_class

◆ me

const rb_method_entry_t* rescue_funcall_args::me

◆ mid

ID rescue_funcall_args::mid

◆ recv

VALUE rescue_funcall_args::recv

◆ respond

unsigned int rescue_funcall_args::respond

◆ respond_to_missing

unsigned int rescue_funcall_args::respond_to_missing

Definition at line 353 of file vm_eval.c.

Referenced by check_funcall_failed(), and check_funcall_missing().

◆ th

rb_thread_t* rescue_funcall_args::th

Definition at line 347 of file vm_eval.c.

Referenced by check_funcall_exec(), and check_funcall_missing().


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