Charles Lowell
unread,Jun 21, 2010, 10:01:59 AM6/21/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-users
Hi there,
What, if any, is the best way to intercept property lookups on a
Function object? I'm reflecting ruby classes into javascript as
constructor functions, but the ruby classes themselves have
potentially dynamic properties just like any other object, and so I'd
like to be able to reuse the same named property handlers from my
normal ruby objects. I just can't figure out where to put them.
cheers,
Charles