package org.mozilla.javascript.debug; public interface DebuggableObject { Object[] getAllIds(); }