Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
struct RProc * | mrb_proc_new (mrb_state *mrb, mrb_irep *irep) |
struct RProc * | mrb_closure_new (mrb_state *mrb, mrb_irep *irep) |
struct RProc * | mrb_proc_new_cfunc (mrb_state *mrb, mrb_func_t func) |
struct RProc * | mrb_closure_new_cfunc (mrb_state *mrb, mrb_func_t func, int nlocals) |
void | mrb_proc_copy (struct RProc *a, struct RProc *b) |
int | mrb_proc_cfunc_p (struct RProc *p) |
mrb_value | mrb_proc_call_cfunc (mrb_state *mrb, struct RProc *p, mrb_value self) |
mrb_code * | mrb_proc_iseq (mrb_state *mrb, struct RProc *p) |
void | mrb_init_proc (mrb_state *mrb) |
|
read |
void mrb_init_proc | ( | mrb_state * | mrb | ) |
|
read |