Home
last modified time | relevance | path

Searched refs:lastParseEventTimestamp (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/
Dparse-processor.js59 lastParseEventTimestamp: 0, property
71 this.lastParseEventTimestamp = -1;
267 this.lastParseEventTimestamp = this.timestampMax(
268 this.lastParseEventTimestamp, fn.lastParseEventTimestamp);
644 this.lastParseEventTimestamp = Math.max(
648 if (!(this.lastParseEventTimestamp > 0)) this.lastParseEventTimestamp = 0;
651 Math.max(this.lastParseEventTimestamp, this.executionTimestamp);
812 this.lastParseEventTimestamp = -1;
863 this.lastParseEventTimestamp = this.totalScript.timestampMax(
864 this.scripts.map(each => each.lastParseEventTimestamp));