Thanks for responding Caitlin! I thought that too however I explicitly had 
to use --harmony-async-await to get it to work. Good times!  


On Tuesday, August 2, 2016 at 9:45:55 AM UTC-5, Caitlin Potter wrote:
>
> In 5.4.319, you _should_ get async/await with `--harmony`, based on 
> https://github.com/v8/v8/blob/5.4.319/src/flag-definitions.h#L219.
>
> On Tuesday, August 2, 2016 at 10:25:28 AM UTC-4, Brandon Jonson wrote:
>>
>> Hello Folks!
>>
>> I got a working build of V8 5.4.319. I clearly see the Async/Await 
>> functions have made it (sort of) and still there in this build. 
>> Unfortunately I cannot get V8 to recognize it. I've tried it with flags: 
>> --harmony --es-shipping --es-staging --experimental-extras 
>>
>> I'm still getting a big old "Unexpected token function" after the async 
>> keyword. Anybody know what I'm doing wrong? 
>>
>> async function testmeout () {
>>
>>   var foo = new Promise(function(resolve, reject) { resolve("foo") }) 
>>
>>   return await foo;
>>
>> }
>>
>>
>> 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" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to