Class WasmGCSupport

java.lang.Object
org.teavm.backend.wasm.runtime.gc.WasmGCSupport

public class WasmGCSupport extends Object
  • Method Details

    • npe

      public static NullPointerException npe()
    • aiiobe

      public static ArrayIndexOutOfBoundsException aiiobe()
    • cce

      public static ClassCastException cce()
    • throwCloneNotSupportedException

      public static void throwCloneNotSupportedException() throws CloneNotSupportedException
      Throws:
      CloneNotSupportedException
    • nextObjectId

      public static int nextObjectId()
    • putCharStdout

      public static void putCharStdout(char c)
    • putCharStderr

      public static void putCharStderr(char c)
    • nextCharArray

      public static char[] nextCharArray()
    • createStringBuilder

      public static StringBuilder createStringBuilder()
    • createStringArray

      public static String[] createStringArray(int size)
    • setToStringArray

      public static void setToStringArray(String[] array, int index, String value)