Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DpromisePermutations.js160 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error variable
272 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error variable
H A DpromisePermutations2.js159 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // ok variable
272 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // ok variable
H A DpromisePermutations3.js159 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error variable
272 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error variable

Completed in 4 milliseconds