[Bug 24403] WebIDL callbacks should probably default to pushing a new entry settings object

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

--- Comment #9 from Boris Zbarsky <bzbarsky@mit.edu> ---
> My understanding was that the bindings were supposed to implicitly box the
> former into the latter.

Not quite.  The bindings in both cases create a WebIDL EventListener object
wrapping the JS object.  This WebIDL object has a handleEvent method.  That
method, when called, does different things depending on whether the JS object
it wraps is callable or not.

> If that happens, where does the box get created?

The question is somewhat meaningless, since the "box" has no corresponding JS
object.

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

Received on Wednesday, 29 January 2014 19:11:36 UTC