Object, Nil, True and False class. More...
Go to the source code of this file.
Functions | |
| static int | set_sym_name_by_id (char *buf, int bufsiz, mrbc_sym sym_id) |
| void | mrbc_instance_call_initialize (mrbc_vm *vm, mrbc_value v[], int argc) |
| void | mrbc_object_inspect (mrbc_vm *vm, mrbc_value v[], int argc) |
Object, Nil, True and False class.
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015-2026 Shimane IT Open-Innovation Center. Copyright (C) 2026- Shimane Institute for Industrial Technology. This file is distributed under BSD 3-Clause License.
Definition in file c_object.c.
| void mrbc_instance_call_initialize | ( | mrbc_vm * | vm, |
| mrbc_value | v[], | ||
| int | argc ) |
call initializer
Definition at line 54 of file c_object.c.
| void mrbc_object_inspect | ( | mrbc_vm * | vm, |
| mrbc_value | v[], | ||
| int | argc ) |
Object#inspect, Object.inspect method main routine.
Definition at line 83 of file c_object.c.
|
static |
set symbol name by symbol ID
Definition at line 32 of file c_object.c.