Hi V8 hackers, I am pretty sure that this has been already discussed, but I am unable to find it in group archives.
I need to check (in C++) whether a given v8::Object is an instance of a given v8::Function. The problem is that I don't have the adequate v8::FunctionTemplate (to call HasInstance) and there is no way to get from Function to its Template... Thanks, Ondrej Zara -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
