[v8-users] Re: Compiling multiple js files into one context

2017-10-16 Thread Brandon Jonson
Yes you can. As per Zac's suggestion it looks like you're missing some vital pieces here. For one, you should give each loaded script a name. If an error occurs it'll give you the name of the script the error occurred in along with the line number of THAT script. Also, you should run the script

[v8-users] Re: Compiling multiple js files into one context

2017-10-16 Thread Zac Hansen
it's always best to post the full code to reproduce your issue. On Sunday, October 15, 2017 at 11:29:37 PM UTC-7, Gautham B A wrote: > > Hi all, > > I was wondering if it's possible to compile multiple javascript source > files into a single context. For example, > // File a.js > function f1(){