| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 94dcba827d06f0f77a73443e1ec1cb8654034f1e..9188d60f9200f497640d5b0d7e692edcc8156026 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6027,6 +6027,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_builtin,
|
| + kIsPromiseBuiltin)
|
|
|
| bool Script::HasValidSource() {
|
| Object* src = this->source();
|
|
|