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

Unified Diff: Source/bindings/v8/custom/V8PromiseCustom.h

Issue 24641003: Implement Promise.all (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 3 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
Index: Source/bindings/v8/custom/V8PromiseCustom.h
diff --git a/Source/bindings/v8/custom/V8PromiseCustom.h b/Source/bindings/v8/custom/V8PromiseCustom.h
index e93036eea56c3bdc716ff1f7fed26c5d733e0cbd..a4b1334a507fb30c6c0e8f300a9a62e71f1ef7e0 100644
--- a/Source/bindings/v8/custom/V8PromiseCustom.h
+++ b/Source/bindings/v8/custom/V8PromiseCustom.h
@@ -47,12 +47,12 @@ public:
WrapperCallbackEnvironmentFieldCount, // This entry must always be at the bottom.
};
- enum PromiseEveryEnvironmentFieldIndex {
- PromiseEveryEnvironmentPromiseIndex,
- PromiseEveryEnvironmentCountdownIndex,
- PromiseEveryEnvironmentIndexIndex,
- PromiseEveryEnvironmentResultsIndex,
- PromiseEveryEnvironmentFieldCount, // This entry must always be at the bottom.
+ enum PromiseAllEnvironmentFieldIndex {
+ PromiseAllEnvironmentPromiseIndex,
+ PromiseAllEnvironmentCountdownIndex,
+ PromiseAllEnvironmentIndexIndex,
+ PromiseAllEnvironmentResultsIndex,
+ PromiseAllEnvironmentFieldCount, // This entry must always be at the bottom.
};
enum PrimitiveWrapperFieldIndex {
« no previous file with comments | « LayoutTests/fast/js/Promise-static-every-expected.txt ('k') | Source/bindings/v8/custom/V8PromiseCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698