Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose necessary methods to embedders API to allow implementation of service without using VM internals #15481

Closed
johnmccutchan opened this issue Dec 5, 2013 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@johnmccutchan
Copy link
Contributor

Dart_Port DartServiceInternal::GetPortIdFromPort(Dart_Handle port)
static bool DartSendServiceMessage(Dart_Handle targetPort, Dart_Handle replyPort, Dart_Handle message)

@sgjesse
Copy link
Contributor

sgjesse commented Dec 6, 2013

Added Area-VM, Triaged labels.

@johnmccutchan johnmccutchan added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Dec 6, 2013
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants