I am looking for what an event is in terms of its implementation.I know 
what an event is in the abstract sense:
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events

For instance, everyone knows what a 'list' is - a term that applies equally 
to 'shopping list' as well as 'collection of data'. However, I'm more 
interested in event *implementation*, e.g. how a programming language 
implements lists as *arrays *and* Objects*. I would like to know how events 
exist concurrently as code in the browser (written in in C++) and as data. 
(picked by an event handler). 

Thank you! The official docs are sparse on how events are implemented. So 
far, I know that they are 'objects' though it's not clear whether these are 
objects v.v. C++ or JavaScript. 

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to