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

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to