Re: instanceof trap and default handler for Proxies

2010-10-30 Thread David Herman
How 'bout extending proxies to provide an introspection API? That's a really vague question. It would help to say what kind of introspection you had in mind. Dave ___ es-discuss mailing list es-discuss@mozilla.org

Re: instanceof trap and default handler for Proxies

2010-10-29 Thread Kam Kasravi
How 'bout extending proxies to provide an introspection API? From: Tom Van Cutsem tomvc...@gmail.com To: es-discuss es-discuss@mozilla.org Sent: Thu, October 28, 2010 6:02:11 AM Subject: instanceof trap and default handler for Proxies Hi, I created a strawman

Re: instanceof trap and default handler for Proxies

2010-10-29 Thread Kam Kasravi
I assume the answer is no, but can one proxy simple modules? From: Tom Van Cutsem tomvc...@gmail.com To: es-discuss es-discuss@mozilla.org Sent: Thu, October 28, 2010 6:02:11 AM Subject: instanceof trap and default handler for Proxies Hi, I created a strawman

instanceof trap and default handler for Proxies

2010-10-28 Thread Tom Van Cutsem
Hi, I created a strawman page to host possible extensions to harmony:proxies: http://wiki.ecmascript.org/doku.php?id=strawman:proxy_extensions It currently hosts two extensions: - enabling proxies to trap instanceof - standardizing the default no-op forwarding handler At least the first will be