Home
last modified time | relevance | path

Searched defs:r9d (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DpromisePermutations.js130 var r9d = r9.then(testFunction, sIPromise, nIPromise); // ok variable
244 var r9d = r9.then(testFunction, sIPromise, nIPromise); // ok variable
H A DpromisePermutations2.js129 var r9d = r9.then(testFunction, sIPromise, nIPromise); // error variable
244 var r9d = r9.then(testFunction, sIPromise, nIPromise); // error variable
H A DpromisePermutations3.js129 var r9d = r9.then(testFunction, sIPromise, nIPromise); // error variable
244 var r9d = r9.then(testFunction, sIPromise, nIPromise); // error variable

Completed in 3 milliseconds