Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index a20ac99cde46b503178754a26786b3850864b433..0a90c8f7da5d7887375a607041c0bfcb5d8d59f1 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -276,6 +276,7 @@ namespace internal { |
V(int8x16_string, "int8x16") \ |
V(Int8x16_string, "Int8x16") \ |
V(isExtensible_string, "isExtensible") \ |
+ V(isView_string, "isView") \ |
V(KeyedLoadMonomorphic_string, "KeyedLoadMonomorphic") \ |
V(KeyedStoreMonomorphic_string, "KeyedStoreMonomorphic") \ |
V(last_index_string, "lastIndex") \ |