Updates:
        Status: WorkingAsIntended

Comment #2 on issue 733 by [email protected]: V8 fails to collect FunctionTemplate instances
http://code.google.com/p/v8/issues/detail?id=733

This is working as intended. It is important that there is only one function created
from a function template in a context. Therefore, we have to maintain a
FunctionTemplate to function mapping associated with the context.

Usually, it works well to have a collection of static function templates. If you need
something dynamic for your functions, scripts is the way to go.

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

Reply via email to