示例#1
0
 CompiledCode* method() {
   return method_.get();
 }
示例#2
0
 CompiledMethod* method() {
   return method_.get();
 }
示例#3
0
 Exception* interrupted_exception() {
   return interrupted_exception_.get();
 }
示例#4
0
 Object* loader() {
   return loader_->get();
 }
示例#5
0
 BlockEnvironment* block_env() {
   return try_as<BlockEnvironment>(mm_.get());
 }
示例#6
0
 virtual Object* object() {
   return chan.get();
 }
示例#7
0
 Object* throw_dest() {
   return throw_dest_.get();
 }
示例#8
0
 VariableScope* destination_scope() {
   return destination_scope_.get();
 }
示例#9
0
 Object* raise_value() {
   return raise_value_.get();
 }
示例#10
0
 Class* self_class() {
   return self_class_.get();
 }