Home | History | Annotate | Download | only in front-end

Lines Matching refs:constructor

116         object: { title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true },
148 for (var constructor in aggregates)
149 this.appendChild(new WebInspector.HeapSnapshotConstructorNode(this, constructor, aggregates[constructor]));
161 object: { title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true },