| Class | Description |
|---|---|
| ImportMetaNode |
Returns the
import.meta object of a module, initializing it if necessary. |
| ReadImportBindingNode |
Reads the value of a resolved import binding from a resolved binding record (module, binding
name) returned by ResolveExport.
|
| ResolveNamedImportNode |
Resolves a named import binding and writes the resolved binding into the frame.
|
| ResolveStarImportNode |
Resolves a star import: gets the imported module's namespace object and initializes the local
binding (frame slot) with it.
|