Searched refs:thenable (Results 1 – 3 of 3) sorted by relevance
152 const thenable = { constant155 return thenable;158 return thenable;162 return thenable as PromiseLike<ResultState | undefined>;
126 const thenable = { variable129 return thenable;132 return thenable;135 return thenable;
1 …thenable = {\n then(onfulfilled?: (state: ResultState | undefined) => void) {\n onfulf…