Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 906df70dcc0cbecbd529b552880e365c7ac3ef43..5995d1388748f1733761c83185ce513edb8305ac 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6169,6 +6169,8 @@ BOOL_ACCESSORS(SharedFunctionInfo, debugger_hints, debug_is_blackboxed, |
kDebugIsBlackboxed) |
BOOL_ACCESSORS(SharedFunctionInfo, debugger_hints, computed_debug_is_blackboxed, |
kComputedDebugIsBlackboxed) |
+BOOL_ACCESSORS(SharedFunctionInfo, debugger_hints, is_promise_all_or_race, |
+ kIsPromiseAllOrRace) |
bool Script::HasValidSource() { |
Object* src = this->source(); |