public interface DebuggableObject
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getAllIds()
Returns an array of ids for the properties of the object.
|
Object[] getAllIds()
All properties, even those with attribute {DontEnum}, are listed. This allows the debugger to display all properties of the object.
Copyright © 2023 HtmlUnit. All rights reserved.