dart-sdk/samples/sample_extension
Vyacheslav Egorov 9bae50bf47 VM: [Kernel] Revert changes to the native ports that introduced peers.
The problem with these changes was that closed ports still continue to receive
messages and as a result we start using dead peer objects.

Fixing that would require more intrusive changes into message handler implementation - so instead we are reverting the changes and restoring manual PORT -> PEER mapping.

BUG=
R=erikcorry@google.com

Review-Url: https://codereview.chromium.org/2666063002 .
2017-01-31 10:30:15 +01:00
..
test Reload native extensions when starting from a snapshot. 2016-11-07 16:17:47 -08:00
.gitignore
sample_asynchronous_extension.dart
sample_extension.cc VM: [Kernel] Revert changes to the native ports that introduced peers. 2017-01-31 10:30:15 +01:00
sample_extension.gyp
sample_extension_dllmain_win.cc
sample_synchronous_extension.dart
test_sample_asynchronous_extension.dart
test_sample_synchronous_extension.dart