Class NonGC


  • public abstract class NonGC
    extends java.lang.Object
    Workaround/polyfill for the missing GC feature of WebAssembly. This call add import functions to allocate the objects in the JavaScript host.
    • Constructor Summary

      Constructors 
      Constructor Description
      NonGC()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static int ref_eq​(java.lang.Object a, java.lang.Object b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NonGC

        public NonGC()
    • Method Detail

      • ref_eq

        static int ref_eq​(java.lang.Object a,
                          java.lang.Object b)