コード例 #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.hpp プロジェクト: Azzurrio/rubinius
 ~Root() {
   if(roots_ && object_ && object_ != cUndef) roots_->remove(this);
 }