Hi v8 users,

I would like to call a function from javascript which when processed by v8 
engine, calls my own library function.
For example, 


*In javascript (main.js):*
var start = Date.now();
myFunctionInV8();
// js code...
// js code...
// js code...
var end = Date.now();

*In v8:*
void myFunctionInV8(){
   // calling my library functions...
}


What is the best way to achieve this? I want this function call eventually 
in v8 engine only.

Regards,
K Abhishek

-- 
-- 
v8-users mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to