[v8-users] Re: How to reuse Context with multiple scripts?

2015-09-15 Thread rahul prakash
Hi Luke , Can you please explain, how Script::New() be allows to be run in any context. regards Rahul Prakash On Thursday, September 19, 2013 at 9:46:30 PM UTC+5:30, Luke wrote: > > Script::Compile() binds the script to that context only. Script::New() can > compile scripts in a singl

[v8-users] Regarding context and persistent context in V8 javascript engine

2015-09-15 Thread rahul prakash
Hi , i am new to V8 javascript engine. I compile & run a javascript file . Now I want to read that file from context, which I am not able to do. Can anyone tell me how to read the content of context? Is it possible or not and if yes than how. Thanks & Regards Rahul Prakash -- --