Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index f7f0386610dd0de39490492b2706a9e8e3427380..f316fefbb65997d1e3aaf7dfadf9cc05a8099cf5 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -972,6 +972,7 @@ void PromiseResolveThenableJobInfo::PromiseResolveThenableJobInfoVerify() { |
CHECK(reject()->IsJSFunction()); |
CHECK(debug_id()->IsNumber() || debug_id()->IsUndefined(isolate)); |
CHECK(debug_name()->IsString() || debug_name()->IsUndefined(isolate)); |
+ CHECK(context()->IsContext()); |
} |
void PromiseReactionJobInfo::PromiseReactionJobInfoVerify() { |