Hi, I'm trying to deal with a case when user pass Function callback to C++ 
and it needs to be invoked from that C++ respecting this value, So 
Function::Call() does not fulfill this requirement.

Are there any change to achieve that without creating new Script and run it 
within a new Context with, e.g. 'fnc(...args)' where fnc is callback user 
provided and args are function arguments to call it with, both set on 
global object of this context?

-- 
-- 
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