Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DpromisePermutations.js161 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error variable
273 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error variable
H A DpromisePermutations2.js160 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // ok variable
273 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // ok variable
H A DpromisePermutations3.js160 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error variable
273 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error variable

Completed in 4 milliseconds