| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 0492436903b7cd572168b46b7954effefc5d8f41..19a360c5d2676e2b826c45f55e07cd5b923440ea 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5786,6 +5786,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,
|
|
|