| Index: src/heap-symbols.h
|
| diff --git a/src/heap-symbols.h b/src/heap-symbols.h
|
| index 7734d59352525b15a03eb7da5889fbc48d8e10d5..c5baf97c29d02b06367ac20c24352c4811e11d8e 100644
|
| --- a/src/heap-symbols.h
|
| +++ b/src/heap-symbols.h
|
| @@ -139,6 +139,8 @@
|
| V(call_site_position_symbol) \
|
| V(call_site_receiver_symbol) \
|
| V(call_site_strict_symbol) \
|
| + V(call_site_wasm_obj_symbol) \
|
| + V(call_site_wasm_func_index_symbol) \
|
| V(class_end_position_symbol) \
|
| V(class_start_position_symbol) \
|
| V(detailed_stack_trace_symbol) \
|
|
|