mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove utility functions: mrb_vm_iv_{get,set}.
This commit is contained in:
@@ -31,8 +31,6 @@ struct global_entry {
|
||||
|
||||
mrb_value mrb_vm_special_get(mrb_state*, mrb_sym);
|
||||
void mrb_vm_special_set(mrb_state*, mrb_sym, mrb_value);
|
||||
mrb_value mrb_vm_iv_get(mrb_state*, mrb_sym);
|
||||
void mrb_vm_iv_set(mrb_state*, mrb_sym, mrb_value);
|
||||
mrb_value mrb_vm_cv_get(mrb_state*, mrb_sym);
|
||||
void mrb_vm_cv_set(mrb_state*, mrb_sym, mrb_value);
|
||||
mrb_value mrb_vm_const_get(mrb_state*, mrb_sym);
|
||||
|
||||
Reference in New Issue
Block a user