[Bug 22357] Don't special case callable 'then'

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22357

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #2 from Anne <annevk@annevk.nl> ---
The reason for doing [[Get]] and checking if it's callable and then [[Call]]
rather than just doing [[Invoke]] is because a lot of JavaScript does it that
way. We might change some of this though:
https://github.com/domenic/promises-unwrapping/issues/25

In any event, this is now out of scope for DOM as the text has moved
(temporarily).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 10 September 2013 12:43:57 UTC