test262/test/language/statements/async-function
Mike Pennisi ef76e548a4 Re-generate tests 2017-06-28 11:24:36 -04:00
..
await-as-binding-identifier-escaped.js Re-generate tests 2017-06-28 11:24:36 -04:00
await-as-binding-identifier.js Re-generate tests 2017-06-28 11:24:36 -04:00
await-as-identifier-reference-escaped.js Re-generate tests 2017-06-28 11:24:36 -04:00
await-as-identifier-reference.js Re-generate tests 2017-06-28 11:24:36 -04:00
await-as-label-identifier-escaped.js Re-generate tests 2017-06-28 11:24:36 -04:00
await-as-label-identifier.js Re-generate tests 2017-06-28 11:24:36 -04:00
cptn-decl.js Add tests for completion value of function / class declaration statements (#1012) 2017-05-04 11:22:28 -04:00
declaration-returns-promise.js Add tests for async functions 2016-07-28 15:11:28 -07:00
dflt-params-abrupt.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-arg-val-not-undefined.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-arg-val-undefined.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-duplicates.js Re-generate tests 2017-06-28 11:24:36 -04:00
dflt-params-ref-later.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-ref-prior.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-ref-self.js Generate tests 2017-04-21 15:26:46 -04:00
dflt-params-rest.js Re-generate tests 2017-06-28 11:24:36 -04:00
dflt-params-trailing-comma.js Generate tests 2017-04-21 15:26:46 -04:00
early-errors-declaration-NSPL-with-USD.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-arguments-in-formal-parameters.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-await-in-formals-default.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-await-in-formals.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-binding-identifier-arguments.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-binding-identifier-eval.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-body-contains-super-call.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-body-contains-super-property.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-duplicate-parameters.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-eval-in-formal-parameters.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-formals-body-duplicate.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-formals-contains-super-call.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
early-errors-declaration-formals-contains-super-property.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
escaped-async.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
evaluation-body-that-returns-after-await.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body-that-returns.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body-that-throws-after-await.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body-that-throws.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-body.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-default-that-throws.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-mapped-arguments.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-this-value-global.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-this-value-passed.js Add tests for async functions 2016-07-28 15:11:28 -07:00
evaluation-unmapped-arguments.js Add tests for async functions 2016-07-28 15:11:28 -07:00
let-newline-await-in-async-function.js Force "early error" tests to fail if evaluated 2017-06-28 11:24:36 -04:00
params-trailing-comma-multiple.js Generate tests 2017-04-21 15:26:46 -04:00
params-trailing-comma-single.js Generate tests 2017-04-21 15:26:46 -04:00
rest-params-trailing-comma-early-error.js Re-generate tests 2017-06-28 11:24:36 -04:00
syntax-declaration-line-terminators-allowed.js Add tests for async functions 2016-07-28 15:11:28 -07:00
syntax-declaration-no-line-terminator.js Add tests for async functions 2016-07-28 15:11:28 -07:00
syntax-declaration.js Add tests for async functions 2016-07-28 15:11:28 -07:00
try-reject-finally-reject.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-reject-finally-return.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-reject-finally-throw.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-return-finally-reject.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-return-finally-return.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-return-finally-throw.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-throw-finally-reject.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-throw-finally-return.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00
try-throw-finally-throw.js Add tests for try/finally in async functions 2017-02-17 19:29:21 -05:00