| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index e88819c2fe581b712325986c7ac96be9f6f5f655..70a29f14e3d51c73f953a56c7bed2ef8c9598e07 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -261,7 +261,8 @@ class AstValue : public ZoneObject {
|
| F(use_asm, "use asm") \
|
| F(use_strong, "use strong") \
|
| F(use_strict, "use strict") \
|
| - F(value, "value")
|
| + F(value, "value") \
|
| + F(is_construct_call, "_IsConstructCall")
|
|
|
| #define OTHER_CONSTANTS(F) \
|
| F(true_value) \
|
|
|