hi, > The global object IS different - is doesn't have a name in JS space. > Other than that, though, i agree with you entirely - it's not > fundamentally different. You can install any global object, of any > type, you like.
Well yes, it doesn't have a symbol but besides that.. it does have properties, methods and all such.. as it basically still stays an object template based instance. > > As said, fixing api.cc works in some manner to at least correctly > > transfer the internal field count, it is just a matter of accessors > > not working proberly with the Holder() thing, functions work just > > fine.. > > Have you tried using This() instead of Holder()? There's a very slight > difference (which i don't remember, but was covered on the list here > about three(?) weeks ago). Yeah, same result. Anyway I've figured another way for now by using hidden values. Alex --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
