Class InteropAsyncFunction

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

public final class InteropAsyncFunction extends InteropFunction
Interop wrapper for async functions that unwraps the returned promise.
  • Constructor Details

  • Method Details