| Index: src/heap-symbols.h
|
| diff --git a/src/heap-symbols.h b/src/heap-symbols.h
|
| index 2863a06e443cd51a88cb2673d65287ba002b609b..2ad0677d7e1de96b934d41d00b8c9d2f61e80c81 100644
|
| --- a/src/heap-symbols.h
|
| +++ b/src/heap-symbols.h
|
| @@ -156,6 +156,8 @@
|
| V(true_string, "true") \
|
| V(TypeError_string, "TypeError") \
|
| V(type_string, "type") \
|
| + V(CompileError_string, "CompileError") \
|
| + V(RuntimeError_string, "RuntimeError") \
|
| V(uint16x8_string, "uint16x8") \
|
| V(Uint16x8_string, "Uint16x8") \
|
| V(uint32x4_string, "uint32x4") \
|
|
|