(ctx, values)
| 9269 | */ |
| 9270 | (function registerNativePropertyContexts() { |
| 9271 | function registerContext(ctx, values) { |
| 9272 | forEach(values, function(v) { PROP_CONTEXTS[v.toLowerCase()] = ctx; }); |
| 9273 | } |
| 9274 | |
| 9275 | registerContext(SCE_CONTEXTS.HTML, [ |
| 9276 | 'iframe|srcdoc', |
no test coverage detected