v8/test/mjsunit/es8
Sathya Gunasekaran 62a7c080d5 [parser] Provide better error when incorrectly using await
Before we try to do ASI and fail with a generic error, we special case
for the await token in the failure case.

Bug: v8:6572, v8:6513
Change-Id: Ia050c98b5a5b20bc326f429a367635b8553e4112
Reviewed-on: https://chromium-review.googlesource.com/582210
Reviewed-by: Daniel Ehrenberg <littledan@chromium.org>
Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46885}
2017-07-25 22:53:58 +00:00
..
regress Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-arrow-lexical-arguments.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-arrow-lexical-new.target.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-arrow-lexical-super.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-arrow-lexical-this.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-await-basic.js [parser] Provide better error when incorrectly using await 2017-07-25 22:53:58 +00:00
async-await-no-constructor.js [async-await] Move remaining async-await code to TF 2017-01-20 19:36:28 +00:00
async-await-resolve-new.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-await-species.js [runtime] Fix detection of construct frames in stack traces. 2017-06-16 09:27:36 +00:00
async-destructuring.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-function-stacktrace.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-function-try-finally.js [async-await] (simpler) fix for Return in try/finally in async functions 2017-02-10 14:38:58 +00:00
constructor-returning-primitive.js [builtins] Change semantics of class constructors returning primitives 2017-04-12 04:35:43 +00:00
object-entries.js [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
object-get-own-property-descriptors.js Remove --harmony-* flags for new Object static methods 2016-10-31 22:53:35 +00:00
object-values.js [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
sloppy-no-duplicate-async.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00