| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index e7cf25312c8310b6addc165e7e7bbe82d5fe1419..19d24495fd6188febefa76b0fe3517ad8280a7c2 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -46,6 +46,8 @@ class Range;
|
| V(_TypedList, get:length, TypedDataLength, 26616328) \
|
| V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 272598802) \
|
| V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 831354841) \
|
| + V(_Uint8Array, _getUint8, Uint8ArrayGetUint8, 1230869158) \
|
| + V(_ExternalUint8Array, _getUint8, ExternalUint8ArrayGetUint8, 626446337) \
|
| V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 1832126257) \
|
| V(_TypedList, _getUint16, ByteArrayBaseGetUint16, 1762714698) \
|
| V(_TypedList, _getInt32, ByteArrayBaseGetInt32, 48785449) \
|
| @@ -177,7 +179,7 @@ class Range;
|
| V(_StringBase, get:length, StringBaseLength, 1483520063) \
|
| V(ListIterator, moveNext, ListIteratorMoveNext, 90930587) \
|
| V(_GrowableList, get:iterator, GrowableArrayIterator, 1305127405) \
|
| - V(_GrowableList, forEach, GrowableArrayForEach, 1675430533)
|
| + V(_GrowableList, forEach, GrowableArrayForEach, 1675430533) \
|
|
|
|
|
| // Class that recognizes the name and owner of a function and returns the
|
|
|