On Tue, Oct 27, 2009 at 2:44 AM, Alfred Rossi <[email protected]> wrote:

> It would seem that whenever you call GetFunction() you get a distinct
> function based on the current state of the template. That is, if you
> add something to the template and call it again you get a different
> function, distinct from the first, with additional members. I assume
> that this is the intended behavior.
>

Aha. That sounds reasonable, i guess. That would explain the problem i was
chasing before i learned (through trial an error) not to call GetFunction()
on my ctor template "too early" in the class binding process.

What's really important to my case, though: if i call it twice _without_
modifying the template, will i get the same function object or not?

Thanks :).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

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

Reply via email to