Skip to content

Add the ability to invoke private methods from native functions #2082

Closed
@sgjesse

Description

@sgjesse

For native function written in C (using the native keyword on the VM) it is not possible to invoke private methods. When a native method is invoked it seems logical that it is operating inside the library from which it is invoked and it should be possible to invoke private functions in that same library.

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions