Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index b1a1c95cee197dae2b55430701f9bebda7bbded3..9c501ecabe8e088920c65e0e1974b23729b441e8 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5767,6 +5767,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, |