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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after
2006 '../../src/js/templates.js', 2006 '../../src/js/templates.js',
2007 '../../src/js/spread.js', 2007 '../../src/js/spread.js',
2008 '../../src/js/proxy.js', 2008 '../../src/js/proxy.js',
2009 '../../src/debug/mirrors.js', 2009 '../../src/debug/mirrors.js',
2010 '../../src/debug/debug.js', 2010 '../../src/debug/debug.js',
2011 '../../src/debug/liveedit.js', 2011 '../../src/debug/liveedit.js',
2012 ], 2012 ],
2013 'experimental_library_files': [ 2013 'experimental_library_files': [
2014 '../../src/js/macros.py', 2014 '../../src/js/macros.py',
2015 '../../src/messages.h', 2015 '../../src/messages.h',
2016 "../../src/js/harmony-async-await.js",
2016 '../../src/js/harmony-atomics.js', 2017 '../../src/js/harmony-atomics.js',
2017 '../../src/js/harmony-regexp-exec.js', 2018 '../../src/js/harmony-regexp-exec.js',
2018 '../../src/js/harmony-object-observe.js', 2019 '../../src/js/harmony-object-observe.js',
2019 '../../src/js/harmony-sharedarraybuffer.js', 2020 '../../src/js/harmony-sharedarraybuffer.js',
2020 '../../src/js/harmony-simd.js', 2021 '../../src/js/harmony-simd.js',
2021 '../../src/js/harmony-species.js', 2022 '../../src/js/harmony-species.js',
2022 '../../src/js/harmony-unicode-regexps.js', 2023 '../../src/js/harmony-unicode-regexps.js',
2023 '../../src/js/harmony-string-padding.js', 2024 '../../src/js/harmony-string-padding.js',
2024 '../../src/js/promise-extra.js', 2025 '../../src/js/promise-extra.js',
2025 ], 2026 ],
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 }], 2213 }],
2213 ['want_separate_host_toolset==1', { 2214 ['want_separate_host_toolset==1', {
2214 'toolsets': ['host'], 2215 'toolsets': ['host'],
2215 }, { 2216 }, {
2216 'toolsets': ['target'], 2217 'toolsets': ['target'],
2217 }], 2218 }],
2218 ], 2219 ],
2219 }, 2220 },
2220 ], 2221 ],
2221 } 2222 }
OLDNEW
« 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