| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index e9830c33fbdd1eb900c16f9690c33d8e254bfd38..d3b4dc5bfb88805fec244e0a69758dfc54484f3a 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -267,6 +267,7 @@ class AstValue : public ZoneObject {
|
| F(spread_arguments, "$spreadArguments") \
|
| F(spread_iterable, "$spreadIterable") \
|
| F(this, "this") \
|
| + F(this_function, ".this_function") \
|
| F(throw_iterator_result_not_an_object, "ThrowIteratorResultNotAnObject") \
|
| F(to_string, "$toString") \
|
| F(undefined, "undefined") \
|
|
|