| 1 | ["localStorage", "sessionStorage"].forEach(function(name) { |
| 2 | var test_error = { name: "test" }; |
| 3 | var interesting_strs = ["\uD7FF", "\uD800", "\uDBFF", "\uDC00", |
| 4 | "\uDFFF", "\uE000", "\uFFFD", "\uFFFE", "\uFFFF", |
nothing calls this directly
no test coverage detected