Class InternalSlotId

java.lang.Object
com.oracle.truffle.js.runtime.util.InternalSlotId

public final class InternalSlotId extends Object
Key for internal frame slots. Compared by identity.
  • Constructor Details

    • InternalSlotId

      public InternalSlotId(String description, int ordinal)
  • Method Details