[v8-users] Re: [blink-dev] Intent to ship: ES6 computed property names

2015-03-03 Thread Dmitry Lomov
LGTM On Fri, Feb 27, 2015 at 6:20 PM, 'Erik Arvidsson' via blink-dev blink-...@chromium.org wrote: [blink-dev: FYI] Computed property names allows an expression to compute the name of a property, both in classes and object literals. let object = { [40 + 2]: 'meaning?' }; The main

Re: [v8-users] reverting to an old changeset

2015-03-03 Thread Jakob Kummerow
On Tue, Mar 3, 2015 at 6:38 PM, Malek Musleh malek.mus...@gmail.com wrote: Hi, I am trying to revert to an old changeset of v8 in order to get it compiled using gcc-4.4 on ubuntu natty. I had this working a couple of months ago I'm actually surprised that compiling V8 with gcc-4.4 still

[v8-users] Re: Move V8 Context from one Isolate to another

2015-03-03 Thread Yang Guo
A context is too deeply entangled into the isolate it belongs to, so moving the context but not the isolate is basically impossible with the current V8. On Sunday, March 1, 2015 at 9:29:49 PM UTC+1, Ivan P. wrote: Does anybody know - is there an easy way to move some v8::Conext that belongs

[v8-users] reverting to an old changeset

2015-03-03 Thread Malek Musleh
Hi, I am trying to revert to an old changeset of v8 in order to get it compiled using gcc-4.4 on ubuntu natty. I had this working a couple of months ago but I accidentally messed up my directory and so here I am. The latest checkout doesn't seem to work because it defaults to using clang to