Hi,

is it somehow possible to access local variables and function
arguments from V8 code? For instance, see this JS code:

function doSomething(varA) {
  doSomethingSpecial();
}


I would like to implement doSomethingSpecial as a C++ callback via
FunctionTemplate. The question is, how can I access the "varA" in my C+
+ code?


Thanks a lot for response,
Ondrej Zara

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to