(custom, meta)
| 108 | KNOWN_INJECT_INTO[val] ? val : injectInto || AUTO |
| 109 | ); |
| 110 | const normalizeScriptRealm = (custom, meta) => ( |
| 111 | normalizeRealm(custom[INJECT_INTO] || meta[INJECT_INTO]) |
| 112 | ); |
| 113 | const isContentRealm = (val, force) => ( |
| 114 | val === CONTENT || val === AUTO && force |
| 115 | ); |
no test coverage detected