| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 705bd5f0598759e1c2f77b448d5bea6c16cff453..296c0d550d29107a69690639a7cf2ed3993b54e4 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -224,6 +224,8 @@ namespace internal {
|
| V(constructor_string, "constructor") \
|
| V(dot_result_string, ".result") \
|
| V(eval_string, "eval") \
|
| + V(float32x4_string, "float32x4") \
|
| + V(Float32x4_string, "Float32x4") \
|
| V(function_string, "function") \
|
| V(Function_string, "Function") \
|
| V(length_string, "length") \
|
|
|