I'd like to code an aspect oriented language extension for JavaScript. My aspects should be defined in JavaScript. To weave in my advices I need a list of all objects which are currently available within the current context, to match their names e.g. against a regular expression to find out if the new advice should be woven in. Is there a function within JavaScript I can call to simply get this list?
Thank you very much for your answer in advance. Christoph -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
