| Index: src/ast/ast-value-factory.h
|
| diff --git a/src/ast/ast-value-factory.h b/src/ast/ast-value-factory.h
|
| index 39bb2a176f5325668039b9528f5a2d668e608359..b8fc2a7f5f2e9ffe524930d97dec4010be9cd98d 100644
|
| --- a/src/ast/ast-value-factory.h
|
| +++ b/src/ast/ast-value-factory.h
|
| @@ -283,6 +283,7 @@ class AstValue : public ZoneObject {
|
| F(default, "default") \
|
| F(done, "done") \
|
| F(dot, ".") \
|
| + F(dot_class_field_init, ".class-field-init") \
|
| F(dot_debug_is_active, ".debug_is_active") \
|
| F(dot_for, ".for") \
|
| F(dot_generator, ".generator") \
|
| @@ -296,6 +297,7 @@ class AstValue : public ZoneObject {
|
| F(eval, "eval") \
|
| F(function, "function") \
|
| F(get_space, "get ") \
|
| + F(length, "length") \
|
| F(let, "let") \
|
| F(native, "native") \
|
| F(new_target, ".new.target") \
|
|
|