| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index 43fa2d0e2ee7bdd543b8b710d669842c60edc676..b34a55b2a69a55d91a99b6c3cd44b38608cda232 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -261,6 +261,7 @@ class AstValue : public ZoneObject {
|
| F(prototype, "prototype") \
|
| F(this, "this") \
|
| F(throw_iterator_result_not_an_object, "ThrowIteratorResultNotAnObject") \
|
| + F(to_string, "ToString") \
|
| F(use_asm, "use asm") \
|
| F(use_strong, "use strong") \
|
| F(use_strict, "use strict") \
|
|
|