| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index cb979a63716a9a4e7bdf72f344e93aae86d303a6..e059434007a83dfc7dfc66b6f5828c692e95fd47 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -292,7 +292,10 @@ namespace internal {
|
| V(throw_string, "throw") \
|
| V(done_string, "done") \
|
| V(value_string, "value") \
|
| - V(next_string, "next")
|
| + V(next_string, "next") \
|
| + V(byte_length_string, "byteLength") \
|
| + V(byte_offset_string, "byteOffset") \
|
| + V(buffer_string, "buffer")
|
|
|
| // Forward declarations.
|
| class GCTracer;
|
|
|