Hello. I have some troubles. I use global template with functon "NewVector", and property "system". when I try to run code v = NewVector(23, 45, 64); system.log(0) I got two breakpoints on c++'s callbacks: one at function callback and one at prop getter callback. And here are wonderful things: 1) object "args.Holder()" at function callback equals object "context->Global()" and 2) object "info.Holder()" at prop getter callback equals object "context->Global()->GetPrototype()- >ToObject()" I thought they would be the same objects, because I declared both function and prop at one template. Is there any way to get the same object in both cases? Thanks.
-- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
