I'm new here so first of all: Hi Everyone :D

So, let's say I make a function this way:

v8::Function::New(<Isolate>, <C_Function>, <Data_Value>);


I can then get the <Data_Value> when the Function is invoked with something 
like: FunctionCallbackInfo->GetData().

This is useful for many things. I'm looking for a way to be able to inspect 
this data value for a previously defined Function object. Something like 
Function->GetData(), you get the idea.

So far I haven't succeeded and I've read the docs from a to z. Any ideas?

-- 
-- 
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/d/optout.

Reply via email to