1 instantiation of Icall
WasmAppBuilder (1)
IcallTableGenerator.cs (1)
127icallClass.Icalls.Add(name, new Icall(name, func, handles, flags));
13 references to Icall
WasmAppBuilder (13)
IcallTableGenerator.cs (13)
19private List<Icall> _icalls = new List<Icall>(); 66foreach (var icall in _icalls) 82foreach (var icall in sorted) 85foreach (var icall in sorted) 88foreach (var icall in sorted) 95foreach (var icall in sorted) 156Icall? icall = null; 278private static string GenIcallDecl(Icall icall) 307private sealed class Icall : IComparable<Icall> 326public int CompareTo(Icall? other) 337Icalls = new Dictionary<string, Icall>(); 341public Dictionary<string, Icall> Icalls;