module.namespace
模块的命名空间对象。这仅在链接 (module.link()
) 完成后可用。
¥The namespace object of the module. This is only available after linking
(module.link()
) has completed.
对应 ECMAScript 规范中的 GetModuleNamespace 抽象操作。
¥Corresponds to the GetModuleNamespace abstract operation in the ECMAScript specification.