Package com.oracle.truffle.js.nodes.module


package com.oracle.truffle.js.nodes.module
  • Classes
    Class
    Description
    Create the import.meta object of a module.
    Returns the import.meta object 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 source phase import: gets the imported module's source object, if possible, and initializes the local binding (frame slot) with it.
    Resolves a star import: gets the imported module's namespace object and initializes the local binding (frame slot) with it.