[v8-users] Re: Can I build V8 with Visual Studio 2012?

2013-08-22 Thread Amaranth F
yes, i'm using vs2012. 在 2013年8月20日星期二UTC+8上午4时29分07秒,D.Malendez写道: > > Is this still possible? i have other projects with a dependency to 2012 > libs. any idea? > > Am Mittwoch, 22. August 2012 17:42:58 UTC+2 schrieb Tom R: >> >> Just a quick one, is it currently possible to build V8 with Visual

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

2013-08-24 Thread Amaranth F
How can you use more than one script in a model named "per context per script"? without the model you can simply call Script::Compile() in the same context more than once. 在 2013年8月21日星期三UTC+8下午8时48分28秒,dan wu写道: > > When I have many script, I have to create many Context to compile and > execu

[v8-users] Re: About Context::Scope

2013-12-09 Thread Amaranth F
I remember that only XXXTemplate and some Value can created out of a context, Object must be after context->Enter(). 在 2013年12月9日星期一UTC+8下午6时21分02秒,Hoping White写道: > > Hi, all > > As far as I know, Script object created by Script::New should be > called under a Context::Scope, > the other

[v8-users] Re: About Context::Scope

2013-12-09 Thread Amaranth F
I remember that only XXXTemplate and some Value can be created out of a context, Object must be after context->Enter(). 在 2013年12月9日星期一UTC+8下午6时21分02秒,Hoping White写道: > > Hi, all > > As far as I know, Script object created by Script::New should be > called under a Context::Scope, > the ot

[v8-users] How to re-generate the .sln and the .vcxproj

2016-06-30 Thread Amaranth F
I've built v8 successfully some days ago, and today I'm following this post to add extra files to my project. http://v8project.blogspot.com/2016/02/v8-extras.html I added 'v8_extra_library_files': [ '../test/cctest/test-extra.js', '../extra/vec2.js' ], to the standalone.gypi, and run the cmd

Re: [v8-users] How to re-generate the .sln and the .vcxproj

2016-07-01 Thread Amaranth F
ORS? > > On Thu, Jun 30, 2016 at 2:25 PM Amaranth F > wrote: > >> I've built v8 successfully some days ago, and today I'm following this >> post to add extra files to my project. >> http://v8project.blogspot.com/2016/02/v8-extras.html >> >>

Re: [v8-users] How to re-generate the .sln and the .vcxproj

2016-07-01 Thread Amaranth F
Yes it works, thank you very much! 在 2016年7月1日星期五 UTC+8下午4:24:26,Jochen Eisinger写道: > > GYP_GENERATOR=ninja will create files for the ninja build system. If you > want MSVS files, you'll have to unset that variable (or set it to msvs I > think) > > On Fri, Jul 1, 201

[v8-users] What is the difference between Entered Context and Current Context?

2016-07-05 Thread Amaranth F
I found that sometimes the current has a value but the entered is empty, so what is the difference? Thanks. -- -- 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" gr

Re: [v8-users] What is the difference between Entered Context and Current Context?

2016-07-05 Thread Amaranth F
OK I see. Thank you! 在 2016年7月5日星期二 UTC+8下午4:45:52,Ben Noordhuis写道: > > On Tue, Jul 5, 2016 at 9:30 AM, Amaranth F > wrote: > > I found that sometimes the current has a value but the entered is empty, > so > > what is the difference? > > Thanks. > > The

[v8-users] v8 link error when generate cctest.exe

2018-06-20 Thread Amaranth F
I use this parameter to generate the ninja project: gn gen out/Release "--args=is_debug=false target_cpu=\"x64\" v8_static_library=true v8_use_snapshot=true v8_use_external_startup_data=false" and then run: ninja -C out\Release when it finally says: ninja: Entering directory `out\Release' [1