module.getSourceMapsSupport()
- 
返回:<Object> ¥Returns: <Object> - 
enabled<boolean> 如果启用了源映射支持¥ enabled<boolean> If the source maps support is enabled
- 
nodeModules<boolean> 如果启用了对node_modules中文件的支持。¥ nodeModules<boolean> If the support is enabled for files innode_modules.
- 
generatedCode<boolean> 如果启用了对eval或new Function生成代码的支持。¥ generatedCode<boolean> If the support is enabled for generated code fromevalornew Function.
 
- 
此方法返回是否启用了 源映射 v3 对堆栈跟踪的支持。
¥This method returns whether the Source Map v3 support for stack traces is enabled.