| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index ab3b00a01edcde3512465bfc3485bb10132a2ba4..4b897d430187b5aec8abd9307d37439fed545c34 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5768,6 +5768,7 @@ BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_crankshaft,
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_flush, kDontFlush)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_arrow, kIsArrow)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_generator, kIsGenerator)
|
| +BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_async, kIsAsyncFunction)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_concise_method,
|
| kIsConciseMethod)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_getter_function,
|
|
|