| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index 43fa2d0e2ee7bdd543b8b710d669842c60edc676..4a38a8e79dabafe08bba496fda5843616cb483cd 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -259,6 +259,10 @@ class AstValue : public ZoneObject {
|
| F(next, "next") \
|
| F(proto, "__proto__") \
|
| F(prototype, "prototype") \
|
| + F(reflect_apply, "ReflectApply") \
|
| + F(reflect_construct, "ReflectConstruct") \
|
| + F(spread_arguments, "SpreadArguments") \
|
| + F(spread_iterable, "SpreadIterable") \
|
| F(this, "this") \
|
| F(throw_iterator_result_not_an_object, "ThrowIteratorResultNotAnObject") \
|
| F(use_asm, "use asm") \
|
|
|