Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
Dutilities.ts47 export class GcTimer { class
57 this.timerId = this.host.setTimeout(GcTimer.run, this.delay, this);
60 private static run(self: GcTimer) {
Dsession.ts716 private readonly gcTimer: GcTimer;
781 this.gcTimer = new GcTimer(this.host, /*delay*/ 7000, this.logger);
/third_party/typescript/lib/
Dtsserverlibrary.js152937 var GcTimer = /** @class */ (function () { class
152938 function GcTimer(host, delay, logger) { class in anonymousFunctionb021d0ec107500.anonymousFunctionb021d0ec107600.GcTimer
152943 GcTimer.prototype.scheduleCollect = function () { class
152948 this.timerId = this.host.setTimeout(GcTimer.run, this.delay, this);
152950 GcTimer.run = function (self) {
152962 return GcTimer;
152964 server.GcTimer = GcTimer;
160152 this.gcTimer = new server.GcTimer(this.host, /*delay*/ 7000, this.logger);
Dtsserver.js152743 var GcTimer = /** @class */ (function () { class
152744 function GcTimer(host, delay, logger) { class in anonymousFunctiondf60cab7106300.anonymousFunctiondf60cab7106400.GcTimer
152749 GcTimer.prototype.scheduleCollect = function () { class
152754 this.timerId = this.host.setTimeout(GcTimer.run, this.delay, this);
152756 GcTimer.run = function (self) {
152768 return GcTimer;
152770 server.GcTimer = GcTimer;
159958 this.gcTimer = new server.GcTimer(this.host, /*delay*/ 7000, this.logger);