| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 65f12cadfb318271696cc9c192ecfee5a0a0e7db..fe92e7fe9be4ddafd36421978b073c983e923316 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6189,6 +6189,8 @@ BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, has_no_side_effect,
|
| kHasNoSideEffect)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, computed_has_no_side_effect,
|
| kComputedHasNoSideEffect)
|
| +BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, debug_is_blackboxed,
|
| + kDebugIsBlackboxed)
|
|
|
| bool Script::HasValidSource() {
|
| Object* src = this->source();
|
|
|