| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 865982b4f06b969289be19b22d8ad44973a96291..e4553e300f334f7b0c27880c23ab77007b43c1c0 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -141,6 +141,7 @@ namespace dart {
|
| V(TypedData_Float32Array_new, 1) \
|
| V(TypedData_Float64Array_new, 1) \
|
| V(TypedData_Float32x4Array_new, 1) \
|
| + V(TypedData_Uint32x4Array_new, 1) \
|
| V(ExternalTypedData_Int8Array_new, 1) \
|
| V(ExternalTypedData_Uint8Array_new, 1) \
|
| V(ExternalTypedData_Uint8ClampedArray_new, 1) \
|
| @@ -153,6 +154,7 @@ namespace dart {
|
| V(ExternalTypedData_Float32Array_new, 1) \
|
| V(ExternalTypedData_Float64Array_new, 1) \
|
| V(ExternalTypedData_Float32x4Array_new, 1) \
|
| + V(ExternalTypedData_Uint32x4Array_new, 1) \
|
| V(TypedData_length, 1) \
|
| V(TypedData_setRange, 5) \
|
| V(TypedData_GetInt8, 2) \
|
| @@ -177,6 +179,8 @@ namespace dart {
|
| V(TypedData_SetFloat64, 3) \
|
| V(TypedData_GetFloat32x4, 2) \
|
| V(TypedData_SetFloat32x4, 3) \
|
| + V(TypedData_GetUint32x4, 2) \
|
| + V(TypedData_SetUint32x4, 3) \
|
| V(ByteData_ToEndianInt16, 2) \
|
| V(ByteData_ToEndianUint16, 2) \
|
| V(ByteData_ToEndianInt32, 2) \
|
|
|