Version 2.10.0-99.0.dev

Merge commit 'f8295fa084482719fd1d14815fc27c1533e38d64' into 'dev'
diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
index 881fd14..0c5747e 100644
--- a/sdk/lib/isolate/isolate.dart
+++ b/sdk/lib/isolate/isolate.dart
@@ -624,7 +624,9 @@
    * In the special circumstances when two isolates share the same code and are
    * running in the same process (e.g. isolates created via [Isolate.spawn]), it
    * is also possible to send object instances (which would be copied in the
-   * process). This is currently only supported by the dart vm.
+   * process). This is currently only supported by the
+   * [Dart Native](https://dart.dev/platforms#dart-native-vm-jit-and-aot)
+   * platform.
    *
    * The send happens immediately and doesn't block.  The corresponding receive
    * port can receive the message as soon as its isolate's event loop is ready
diff --git a/tools/VERSION b/tools/VERSION
index 787a74e..22e6c0a 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 10
 PATCH 0
-PRERELEASE 98
+PRERELEASE 99
 PRERELEASE_PATCH 0
\ No newline at end of file