| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index ceae148bbc1862e51a5133356ecc4ed7f3db2b73..e3431c0d8329e75ef124b654313f002278fc8dae 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -301,7 +301,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) \
|
|
|