Class JSAgentWaiterList

java.lang.Object
com.oracle.truffle.js.runtime.JSAgentWaiterList

public class JSAgentWaiterList extends Object
Java-based implementation of ECMA2017 WaiterList (24.4.1.2).
  • Constructor Details

    • JSAgentWaiterList

      public JSAgentWaiterList()
  • Method Details

    • getListForIndex

      public JSAgentWaiterList.JSAgentWaiterListEntry getListForIndex(int indexPos)
    • enterAtomicSection

      public void enterAtomicSection()
    • leaveAtomicSection

      public void leaveAtomicSection()
    • inAtomicSection

      public boolean inAtomicSection()