Package com.oracle.truffle.js.nodes.module
package com.oracle.truffle.js.nodes.module
-
ClassesClassDescriptionReturns the
import.metaobject of a module, initializing it if necessary.Reads the value of a resolved import binding from a resolved binding record (module, binding name) returned by ResolveExport.Resolves a named import binding and writes the resolved binding into the frame.Resolves a star import: gets the imported module's namespace object and initializes the local binding (frame slot) with it.