Lines Matching refs:RuntimeImport
232 RuntimeImport::Module(m) => Some(m.clone()), in get_module()
691 imports: &'a PrimaryMap<RuntimeImportIndex, RuntimeImport>,
694 pub(crate) enum RuntimeImport { enum
724 imports: &'a Arc<PrimaryMap<RuntimeImportIndex, RuntimeImport>>, in new() argument
761 RuntimeImport::Resource { in run()
839 RuntimeImport::Module(m) => m, in run()
886 RuntimeImport::Func(func) => func, in run()
1090 imports: Arc<PrimaryMap<RuntimeImportIndex, RuntimeImport>>,
1118 imports: Arc<PrimaryMap<RuntimeImportIndex, RuntimeImport>>, in new_unchecked() argument
1125 RuntimeImport::Func(f) => f.asyncness(), in new_unchecked()
1126 RuntimeImport::Module(_) => Asyncness::No, in new_unchecked()
1127 RuntimeImport::Resource { dtor, .. } => dtor.asyncness(), in new_unchecked()