Class JSNodeDecoder

java.lang.Object
com.oracle.truffle.js.nodes.JSNodeDecoder

public class JSNodeDecoder extends Object
  • Field Details

  • Constructor Details

    • JSNodeDecoder

      public JSNodeDecoder()
  • Method Details

    • getSingletonIndex

      public static int getSingletonIndex(Object singleton)
    • getChecksum

      public static int getChecksum()
    • decodeNode

      public Object decodeNode(NodeDecoder.DecoderState state, NodeFactory nodeFactory, JSContext context, com.oracle.truffle.api.source.Source source)