| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index 294a2818590d6486e3e4c0a4d197ea5d57d3d27b..eff1e1a1047fce3f737019d041c5571402bf7767 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -259,6 +259,8 @@ class AstValue : public ZoneObject {
|
| F(next, "next") \
|
| F(proto, "__proto__") \
|
| F(prototype, "prototype") \
|
| + F(spread_arguments, "SpreadArguments") \
|
| + F(spread_iterable, "SpreadIterable") \
|
| F(this, "this") \
|
| F(use_asm, "use asm") \
|
| F(use_strong, "use strong") \
|
|
|