Check if an internal slot exists
bool hasInternalSlot(String name) { return _internalSlots.containsKey(name); }