| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 49cce59916d641bd8a0571e3da25658012f84284..780f4c964a4950f46f766899dd4120064db09ec1 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -240,6 +240,8 @@ namespace internal {
|
| V(elements_field_string, "%elements") \
|
| V(length_field_string, "%length") \
|
| V(function_class_string, "Function") \
|
| + V(properties_field_symbol, "%properties") \
|
| + V(payload_field_symbol, "%payload") \
|
| V(illegal_argument_string, "illegal argument") \
|
| V(MakeReferenceError_string, "MakeReferenceError") \
|
| V(MakeSyntaxError_string, "MakeSyntaxError") \
|
|
|