| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 90f2e60e9b88ffbf90f1672a0a4b71471d302080..b3be86b7feb5be68c74101de5edb0640242a9923 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -220,6 +220,7 @@ namespace internal {
|
| V(undefined_string, "undefined") \
|
| V(value_of_string, "valueOf") \
|
| V(stack_string, "stack") \
|
| + V(toJSON_string, "toJSON") \
|
| V(InitializeVarGlobal_string, "InitializeVarGlobal") \
|
| V(InitializeConstGlobal_string, "InitializeConstGlobal") \
|
| V(KeyedLoadElementMonomorphic_string, \
|
|
|