| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 4ccbd040b4fe23c3e9a3eba1e5902292c5d604f1..c6a7788403a4041dd2ff7aa6037457726da8ce55 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -302,7 +302,10 @@ namespace internal {
|
| V(promise_has_handler_symbol) \
|
| V(class_script_symbol) \
|
| V(class_start_position_symbol) \
|
| - V(class_end_position_symbol)
|
| + V(class_end_position_symbol) \
|
| + V(error_start_pos_symbol) \
|
| + V(error_end_pos_symbol) \
|
| + V(error_script_symbol)
|
|
|
| #define PUBLIC_SYMBOL_LIST(V) \
|
| V(has_instance_symbol, symbolHasInstance, Symbol.hasInstance) \
|
|
|