Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 5ff72651c106a4bdb6eb916f47a8523c60bad098..27a8913a3d9904c3a223ac8dd78cb1e51688240f 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5770,6 +5770,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, |