| Index: src/heap/heap.h
 | 
| diff --git a/src/heap/heap.h b/src/heap/heap.h
 | 
| index 43b4d252f43102be13a4b4fc0f66014464a708a1..728637873255c2710cf17398b6d0f8e970113f91 100644
 | 
| --- a/src/heap/heap.h
 | 
| +++ b/src/heap/heap.h
 | 
| @@ -275,6 +275,7 @@
 | 
|    V(toJSON_string, "toJSON")                                   \
 | 
|    V(KeyedLoadMonomorphic_string, "KeyedLoadMonomorphic")       \
 | 
|    V(KeyedStoreMonomorphic_string, "KeyedStoreMonomorphic")     \
 | 
| +  V(stack_overflow_string, "$stackOverflowBoilerplate")        \
 | 
|    V(illegal_access_string, "illegal access")                   \
 | 
|    V(cell_value_string, "%cell_value")                          \
 | 
|    V(illegal_argument_string, "illegal argument")               \
 | 
| 
 |