220221222223224225226227228229230
if (scope != null) { final NameSpace bshns = prepareNS(scope); //note: we have to create NameSpace (with prepareNS) //to have the correct chain if (bshns != _bshns) { bshns.unsetVariable(name); return; } } unset(name); }