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