Home
last modified time | relevance | path

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

/third_party/typescript/scripts/build/
Dprojects.js10 this._debouncers = []; property
19 let entry = this._debouncers.find(entry => entry.lkg === lkg && entry.force === force);
28 this._debouncers.push(entry = { lkg, force, debouncer });