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

Unified Diff: src/contexts.h

Issue 2233923003: Desugar async/await to create the resulting Promise upfront (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Check for stack overflow on function length getter Created 4 years, 4 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/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 14cde4982a3eda2e08b8748c33a2590f54acff17..9f01d4f8baa5d6b18c45dfcf8fc7c44daf84da1d 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -88,8 +88,6 @@ enum ContextLookupFlags {
promise_has_user_defined_reject_handler) \
V(PROMISE_REJECT_INDEX, JSFunction, promise_reject) \
V(PROMISE_RESOLVE_INDEX, JSFunction, promise_resolve) \
- V(PROMISE_CREATE_RESOLVED_INDEX, JSFunction, promise_create_resolved) \
- V(PROMISE_CREATE_REJECTED_INDEX, JSFunction, promise_create_rejected) \
V(PROMISE_THEN_INDEX, JSFunction, promise_then) \
V(RANGE_ERROR_FUNCTION_INDEX, JSFunction, range_error_function) \
V(REFERENCE_ERROR_FUNCTION_INDEX, JSFunction, reference_error_function) \
« src/accessors.cc ('K') | « src/ast/ast-value-factory.h ('k') | src/js/promise.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698