| Index: src/ast/ast-numbering.h
|
| diff --git a/src/ast/ast-numbering.h b/src/ast/ast-numbering.h
|
| index bea441d67bb8a46e785fef3f4eab94719592d849..4fb3990652c7b14f10621141a9ea40e3e4bdf87b 100644
|
| --- a/src/ast/ast-numbering.h
|
| +++ b/src/ast/ast-numbering.h
|
| @@ -27,7 +27,8 @@ namespace AstNumbering {
|
| // non-null, adds any eager inner literal functions into it.
|
| bool Renumber(
|
| uintptr_t stack_limit, Zone* zone, FunctionLiteral* function,
|
| - ThreadedList<ThreadedListZoneEntry<FunctionLiteral*>>* eager_literals);
|
| + ThreadedList<ThreadedListZoneEntry<FunctionLiteral*>>* eager_literals,
|
| + bool collect_type_profile = false);
|
| }
|
|
|
| // Some details on yield IDs
|
|
|