Add method to call function at index on Ctx

This commit is contained in:
Mark McCaskey
2019-09-16 15:01:18 -07:00
parent 793fd60f6a
commit b35a522d28
2 changed files with 25 additions and 2 deletions

View File

@ -518,7 +518,7 @@ impl LikeNamespace for Rc<Instance> {
}
#[must_use]
fn call_func_with_index(
pub(crate) fn call_func_with_index(
info: &ModuleInfo,
runnable: &dyn RunnableModule,
import_backing: &ImportBacking,