Home | History | Annotate | Download | only in js

Lines Matching refs:Number

36     snapshot.title = WebInspector.UIString("Snapshot %d", snapshot.number);
308 // count by calling the search finished callback with a negative number of matches.
535 _valueToString: Number.bytesToString
649 if (value === Number.POSITIVE_INFINITY)
651 else if (value === Number.NEGATIVE_INFINITY)
692 return Number.NEGATIVE_INFINITY;
694 return Number.POSITIVE_INFINITY;
703 return Number.NEGATIVE_INFINITY;
705 return Number.POSITIVE_INFINITY;
723 data["size"] = Number.bytesToString(this.size);
736 data["sizeDelta"] = WebInspector.UIString("%s%s", this.signForDelta(this.sizeDelta), Number.bytesToString(Math.abs(this.sizeDelta)));