module.namespace


模块的命名空间对象。只有在链接完成(module.link())之后才能使用。

【The namespace object of the module. This is only available after linking (module.link()) has completed.】

对应于 ECMAScript 规范中的 获取模块命名空间 抽象操作。

【Corresponds to the GetModuleNamespace abstract operation in the ECMAScript specification.】