Searched refs:thenable (Results 1 – 5 of 5) sorted by relevance
33 var thenable = { then: function(f) { x++; f(); } }; variable36 Promise.resolve(thenable).then(function() { x++; y++; });
1 Test whether Promise treats thenable correctly.
6994 Drop thenable coercion cache (Chromium issue 372788).