| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index bfc080d8d946425b7ea91fc7bf6ff237c6d0211d..c3502f496697595dd61ca27a90beeab6d57296e2 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -910,6 +910,7 @@
|
| F(ArrayBufferViewGetByteLength, 1, 1) \
|
| F(ArrayBufferViewGetByteOffset, 1, 1) \
|
| F(TypedArrayGetLength, 1, 1) \
|
| + F(DataViewGetBuffer, 1, 1) \
|
| F(TypedArrayGetBuffer, 1, 1) \
|
| F(TypedArraySetFastCases, 3, 1) \
|
| F(TypedArrayMaxSizeInHeap, 0, 1) \
|
|
|