(node, scopeId)
| 7790 | |
| 7791 | //设置组建样式的作用域 |
| 7792 | function setStyleScope(node, scopeId) { |
| 7793 | node.setAttribute(scopeId, ''); |
| 7794 | } |
| 7795 | |
| 7796 | //Object.freeze()阻止修改现有属性的特性和值,并阻止添加新属性。 |
| 7797 | var nodeOps = Object.freeze({ |
nothing calls this directly
no outgoing calls
no test coverage detected