Class InteropList

java.lang.Object
com.oracle.truffle.js.runtime.interop.InteropList
All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject

public final class InteropList extends Object implements com.oracle.truffle.api.interop.TruffleObject
  • Method Details

    • create

      public static com.oracle.truffle.api.interop.TruffleObject create(List<? extends Object> list)