Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: tools/gyp/v8.gyp

Issue 1895603002: [esnext] prototype runtime implementation for async functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@AsyncFunction
Patch Set: majorly improve stack traces, get rid of self-spawning behaviour, create inner generator function Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/parsing/parser.cc ('K') | « test/mjsunit/harmony/async-await-basic.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 5def6c02ae16493a31f6b700db19c61ffc975854..f94742645501a1b9f5660630cd6b31896a42a7ae 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -2013,6 +2013,7 @@
'experimental_library_files': [
'../../src/js/macros.py',
'../../src/messages.h',
+ "../../src/js/harmony-async-await.js",
'../../src/js/harmony-atomics.js',
'../../src/js/harmony-regexp-exec.js',
'../../src/js/harmony-object-observe.js',
« src/parsing/parser.cc ('K') | « test/mjsunit/harmony/async-await-basic.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698