| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index c045ff903c354ca6c667c729886e25790a60b065..75a1d7e0306e5a298b376f545e7e3200e708229b 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6916,6 +6916,9 @@ class SharedFunctionInfo: public HeapObject {
|
| // Indicates that this function is a generator.
|
| DECL_BOOLEAN_ACCESSORS(is_generator)
|
|
|
| + // Indicates that this function is an async function.
|
| + DECL_BOOLEAN_ACCESSORS(is_async)
|
| +
|
| // Indicates that this function is an arrow function.
|
| DECL_BOOLEAN_ACCESSORS(is_arrow)
|
|
|
|
|