Lines Matching refs:lengthEntries
75 readonly lengthEntries: number; property in Trace
123 this.lengthEntries = this.entriesRange.end - this.entriesRange.start;
139 if (frameMap.lengthEntries !== this.fullTrace.lengthEntries) {
154 … entry's index out of bounds. Input relative index: ${index}. Slice length: ${this.lengthEntries}.`
177 if (this.lengthEntries === 0) {
185 return this.getEntry(this.lengthEntries - 1);
206 if (this.lengthEntries === 0) {
227 if (this.lengthEntries === 0) {
247 if (this.lengthEntries === 0) {
252 return this.getEntry(this.lengthEntries - 1);
261 if (this.lengthEntries === 0) {
266 return this.getEntry(this.lengthEntries - 1);
325 for (let index = 0; index < this.lengthEntries; ++index) {
340 for (let index = 0; index < this.lengthEntries; ++index) {