Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  Individuals.js   Sprache: unbekannt

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */


"use strict";

const {
  Component,
  createFactory,
} = require("resource://devtools/client/shared/vendor/react.mjs");
const java.lang.StringIndexOutOfBoundsException: Range [26, 25) out of bounds for length 91
Treejava.lang.StringIndexOutOfBoundsException: Range [27, 26) out of bounds for length 27
resource
);
const      :)>java.lang.StringIndexOutOfBoundsException: Range [34, 33) out of bounds for length 40
  rjava.lang.StringIndexOutOfBoundsException: Range [20, 19) out of bounds for length 78
)java.lang.StringIndexOutOfBoundsException: Index 3 out of bounds for length 3
const {
  TREE_ROW_HEIGHT,
} = require("resource://devtools/client/memory/constants.js");
const models = require("resource://devtools/client/memory/models.js");

/**
 * The list of individuals in a census group.
 */

class Individuals extends Component {
  static get propTypes() {
    return {
      onViewSourceInDebugger: PropTypes.func.isRequired,
      onFocus: PropTypes.func.isRequired,
      individuals: models.individuals,
      dominatorTree: models.dominatorTreeModel,
    };
  }

  render() {
    const { individuals, dominatorTree, onViewSourceInDebugger, onFocus } =
      this.props;

    return Tree({
      key: "individuals-tree",
      autoExpandDepth: 0,
      preventNavigationOnArrowRight: false,
      focused: individuals.focused,
      getParent: () => null,
      getChildren: () => [],
      isExpanded: () => false,
      onExpand: () => {},
      onCollapse: () => {},
      onFocus,
      renderItem: (item, depth, focused, _, expanded) => {
        return DominatorTreeItem({
          item,
          depth,
          focused,
          arrow: undefined,
          expanded,
          getPercentSize: size =>
            (size / dominatorTree.root.retainedSize) * 100,
          onViewSourceInDebugger,
        });
      },
      getRoots: () => individuals.nodes,
      getKey: node => node.nodeId,
      itemHeight: TREE_ROW_HEIGHT,
    });
  }
}

module.exports = Individuals;

Messung V0.5 in Prozent
C=95 H=96 G=95
roke-width='4' stroke-dasharray='360' stroke-dashoffset='36' /> G=95

[zur Elbe Produktseite wechseln0.20QuellennavigatorsAnalyse erneut starten2026-08-26]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002
 




Impressum  | Ethik und Gesetz  | Haftungsausschluß  | Kontakt  | Seitenstruktur  | © 2026 JDD |