mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Refactor rewrite_cref
This commit is contained in:
parent
7c3bbfcddb
commit
443ed45a4e
3 changed files with 23 additions and 11 deletions
|
@ -1922,7 +1922,7 @@ void rb_vm_register_special_exception_str(enum ruby_special_exceptions sp, VALUE
|
|||
|
||||
void rb_gc_mark_machine_context(const rb_execution_context_t *ec);
|
||||
|
||||
void rb_vm_rewrite_cref(rb_cref_t *node, VALUE old_klass, VALUE new_klass, rb_cref_t **new_cref_ptr);
|
||||
rb_cref_t *rb_vm_rewrite_cref(rb_cref_t *node, VALUE old_klass, VALUE new_klass);
|
||||
|
||||
const rb_callable_method_entry_t *rb_vm_frame_method_entry(const rb_control_frame_t *cfp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue