rb_iseq_compile_with_option  660 iseq.c             return rb_iseq_compile_with_option(src, file, Qnil, line, 0, Qnil);
rb_iseq_compile_with_option  666 iseq.c             return rb_iseq_compile_with_option(src, file, Qnil, line, base_block, Qnil);
rb_iseq_compile_with_option  790 iseq.c             return iseqw_new(rb_iseq_compile_with_option(src, file, path, line, 0, opt));
rb_iseq_compile_with_option  826 vm_core.h      rb_iseq_t *rb_iseq_compile_with_option(VALUE src, VALUE file, VALUE absolute_path, VALUE line, rb_block_t *base_block, VALUE opt);
rb_iseq_compile_with_option 1355 vm_eval.c      	iseq = rb_iseq_compile_with_option(src, fname, absolute_path, INT2FIX(line), base_block, Qnil);