示例#1
0
文件: root.hpp 项目: Erreon/rubinius
 ~Root() {
   if(roots_ && object_) roots_->remove(this);
 }
示例#2
0
 inline Root::~Root() {
   if(roots && object) {
     roots->remove(this);
   }
 }
示例#3
0
 ~Root() {
   if(roots_ && object_ && object_ != cUndef) roots_->remove(this);
 }