I want to create an include function in my embedded app using V8. Currently I'm using
eval(get_file_contents('./js/functions.js'));
to sorta do the same thing, but is there a better way? I tried to make
a function, and it worked fine, but the script executed in the new
scope of the function. Is there a way to maybe execute a script under
a different scope?
-- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
