| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 35287)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -131,6 +131,9 @@
|
| V(TwoByteString, "_TwoByteString") \
|
| V(ExternalOneByteString, "_ExternalOneByteString") \
|
| V(ExternalTwoByteString, "_ExternalTwoByteString") \
|
| + V(_CapabilityImpl, "_CapabilityImpl") \
|
| + V(_RawReceivePortImpl, "_RawReceivePortImpl") \
|
| + V(_SendPortImpl, "_SendPortImpl") \
|
| V(StackTrace, "StackTrace") \
|
| V(JSSyntaxRegExp, "_JSSyntaxRegExp") \
|
| V(Object, "Object") \
|
| @@ -235,14 +238,10 @@
|
| V(InvocationMirror, "_InvocationMirror") \
|
| V(AllocateInvocationMirror, "_allocateInvocationMirror") \
|
| V(toString, "toString") \
|
| - V(_RawReceivePortImpl, "_RawReceivePortImpl") \
|
| - V(_lookupReceivePort, "_lookupReceivePort") \
|
| + V(_lookupHandler, "_lookupHandler") \
|
| V(_handleMessage, "_handleMessage") \
|
| - V(_SendPortImpl, "_SendPortImpl") \
|
| - V(_create, "_create") \
|
| V(DotCreate, "._create") \
|
| V(DotWithType, "._withType") \
|
| - V(_id, "_id") \
|
| V(_get, "_get") \
|
| V(RangeError, "RangeError") \
|
| V(ArgumentError, "ArgumentError") \
|
|
|