예제 #1
0
 ConstantScope* constant_scope() {
   if(custom_constant_scope_p()) return constant_scope_;
   return compiled_code->scope();
 }
예제 #2
0
 ConstantScope* constant_scope() {
   if(custom_constant_scope_p()) return constant_scope_;
   return cm->scope();
 }