Comment #4 on issue 733 by [email protected]: V8 fails to collect FunctionTemplate instances
http://code.google.com/p/v8/issues/detail?id=733
Thanks for the confirmation. I'm using a combination of both now: static FunctionTemplates that point to a native function and instead of "data" (which is dynamic), I'm using a script that pre-binds the parameter and delegates
to the former. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
