()
| 82 | } |
| 83 | |
| 84 | _enable() { |
| 85 | if (!this.enabled) { |
| 86 | this.enabled = true; |
| 87 | ArrayPrototypePush(storageList, this); |
| 88 | storageHook.enable(); |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | // Propagate the context from a parent resource to a child one |
| 93 | _propagate(resource, triggerResource, type) { |
no test coverage detected