Package com.oracle.truffle.js.runtime.interop
package com.oracle.truffle.js.runtime.interop
-
ClassDescriptionWraps a dynamic scope object, filters out dead variables, and prevents const assignment.Interop wrapper for async functions that unwraps the returned promise.JavaScript language view on JS values and foreign objects.Utility class for interop operations.A wrapper around a JS iterator that fetches the next element on
InteropLibrary.hasIteratorNextElement(Object)and saves it forInteropLibrary.getIteratorNextElement(Object).General meta objects for JS values and foreign objects throughJavaScriptLanguageView.Object representing the top scope.