Hi, I'm planning to implement part of WebMIDI API[1] in Blink and want to return iterable objects from some functions. In order to do so, I need to access Symbol.iterator from the C++ world. IIUC currently there is no way to do so (except evaluating "Symbol.iterator"), right? Can I add v8::Symbol::iterator?
1: http://webaudio.github.io/web-midi-api/ Thanks, -- -- 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.
