Can I still do this?
  Local<Object> local = .... // some v8 code
  index = local.Eternalize(isolate);

  Local<Object> local = Local<Object>::GetEternal(isolate, eternal_index);

In other words how does the new Eternal get loaded/saved?
   Eternal<FunctionTemplate> eternal;

The original design is really easy and simple. The Isolate stores my 
Eternal FunctionTemplate by index and I don't have to keep track of it 
anymore.
The Eternal is confusing compared to the original idea.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to