| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index d16b0e2b72091fcda20e6a6c9a04f205f67b6410..57cf8b240a87e1f46be98c0085d3c12f9a220fbb 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5977,6 +5977,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, kIsAsync)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_concise_method,
|
| kIsConciseMethod)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_accessor_function,
|
|
|