[v8-users] Re: including a js file in my v8 js file

2018-02-22 Thread David Colmenares
in the folder $V8_PATH/src there is a file d8.cpp, inside there is a 
function called ReadFile, that has the model of how to load files and 
compile them to js

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


[v8-users] Re: including a js file in my v8 js file

2012-04-23 Thread swathi jakkam
Hi,

please see the below link.it is very help full for new users of v8.
Download demo - 2.97 MB from below link. this dmeo project explain how
to call the JS functions from v8 and how to declare the variables in
v8.

http://www.codeproject.com/Articles/29109/Using-V8-Google-s-Chrome-JavaScript-Virtual-Machin#

Regards,
swathi.


On Apr 23, 3:04 pm, souad agoun souad.ag...@gmail.com wrote:
 hi
 i need to call external js functions in my current javascript v8 file.
 I tried to include a js file in my v8 js file and it's not working :/
 (i can't even run my include ('file.js') i am a new user of v8 :/ )
 is there any solution for that ?
 thank you in advance

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users