Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
rescue_funcall_args Struct Reference

Data Fields

VALUE recv
 
VALUE sym
 
int argc
 
const VALUEargv
 

Detailed Description

Definition at line 329 of file vm_eval.c.

Field Documentation

◆ argc

int rescue_funcall_args::argc

Definition at line 332 of file vm_eval.c.

Referenced by check_funcall_exec(), and check_funcall_missing().

◆ argv

const VALUE* rescue_funcall_args::argv

Definition at line 333 of file vm_eval.c.

Referenced by check_funcall_exec(), and check_funcall_missing().

◆ recv

VALUE rescue_funcall_args::recv

◆ sym

VALUE rescue_funcall_args::sym

Definition at line 331 of file vm_eval.c.

Referenced by check_funcall_exec(), check_funcall_failed(), and check_funcall_missing().


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