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 (struct VM *vm, mrbc_value v[], int argc) |
Object, Nil, True and False class.
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015- Shimane IT Open-Innovation Center. This file is distributed under BSD 3-Clause License.
Definition in file c_object.c.
| void mrbc_instance_call_initialize | ( | struct VM * | vm, |
| mrbc_value | v[], | ||
| int | argc ) |
call initializer
Definition at line 54 of file c_object.c.
|
static |
set symbol name by symbol ID
Definition at line 32 of file c_object.c.