Class Module

java.lang.Object
com.oracle.js.parser.ir.Module

public final class Module extends Object
Module information.
  • Field Details

    • DEFAULT_EXPORT_BINDING_NAME

      public static final com.oracle.truffle.api.strings.TruffleString DEFAULT_EXPORT_BINDING_NAME
      The synthetic binding name assigned to export default declarations with unnamed expressions. The unpaired surrogate at the beginning ensures that they do not clash with named exports (which must be well formed).
    • DEFAULT_NAME

      public static final com.oracle.truffle.api.strings.TruffleString DEFAULT_NAME
    • STAR_NAME

      public static final com.oracle.truffle.api.strings.TruffleString STAR_NAME
    • NAMESPACE_EXPORT_BINDING_NAME

      public static final com.oracle.truffle.api.strings.TruffleString NAMESPACE_EXPORT_BINDING_NAME
  • Constructor Details

  • Method Details