Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 01d739d1b1946a98d88fe626bff2f075613d2539..59fc00dc9e0ece1e105b8ab05f4abe276b88a455 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -904,23 +904,7 @@ namespace internal { |
F(IsTypedArray, 1, 1) \ |
F(IsSharedTypedArray, 1, 1) \ |
F(IsSharedIntegerTypedArray, 1, 1) \ |
- F(IsSharedInteger32TypedArray, 1, 1) \ |
- F(DataViewGetUint8, 3, 1) \ |
- F(DataViewGetInt8, 3, 1) \ |
- F(DataViewGetUint16, 3, 1) \ |
- F(DataViewGetInt16, 3, 1) \ |
- F(DataViewGetUint32, 3, 1) \ |
- F(DataViewGetInt32, 3, 1) \ |
- F(DataViewGetFloat32, 3, 1) \ |
- F(DataViewGetFloat64, 3, 1) \ |
- F(DataViewSetUint8, 4, 1) \ |
- F(DataViewSetInt8, 4, 1) \ |
- F(DataViewSetUint16, 4, 1) \ |
- F(DataViewSetInt16, 4, 1) \ |
- F(DataViewSetUint32, 4, 1) \ |
- F(DataViewSetInt32, 4, 1) \ |
- F(DataViewSetFloat32, 4, 1) \ |
- F(DataViewSetFloat64, 4, 1) |
+ F(IsSharedInteger32TypedArray, 1, 1) |
#define FOR_EACH_INTRINSIC_WASM(F) \ |
F(WasmGrowMemory, 1, 1) \ |