(ctx, values)
| 9204 | */ |
| 9205 | (function registerNativePropertyContexts() { |
| 9206 | function registerContext(ctx, values) { |
| 9207 | forEach(values, function(v) { PROP_CONTEXTS[v.toLowerCase()] = ctx; }); |
| 9208 | } |
| 9209 | |
| 9210 | registerContext(SCE_CONTEXTS.HTML, [ |
| 9211 | 'iframe|srcdoc', |
no test coverage detected