Hi, all!

>From the v8::FunctionTemplate API docs:

Local< Function >       GetFunction ()
        Returns the unique function instance in the current execution
context.


Does that mean that the returned function is unique unto itself (i.e.
can be changed independently of all other copies) or that it points to
a unique function within the current context?

i.e. if i call this twice do i get the same Function or two different
Functions?

(i've got an API decision to make which depends on the
interpretation.)

:-?

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

Reply via email to