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

Unified Diff: src/messages.h

Issue 1531073004: [promise] Make Promise.reject match spec, and validate promise capabilities (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-add and skip test Created 4 years, 11 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: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index 8984ffa525e73c6d41130f21975ef04428f2f028..280f62daf4c77e95e50e88938bdaba01893bdeb7 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -180,6 +180,8 @@ class CallSite {
T(OrdinaryFunctionCalledAsConstructor, \
"Function object that's not a constructor was created with new") \
T(PromiseCyclic, "Chaining cycle detected for promise %") \
+ T(PromiseExecutorAlreadyInvoked, \
+ "Promise executor has already been invoked with non-undefined arguments") \
T(PropertyDescObject, "Property description must be an object: %") \
T(PropertyNotFunction, \
"'%' returned for property '%' of object '%' is not a function") \
« src/js/promise.js ('K') | « src/js/promise.js ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698