| 373 | void endObject() {} |
| 374 | UInt64 beginArray(UInt32 size) { return 0; } |
| 375 | void endArray() {} |
| 376 | |
| 377 | void writePropertyName(const char* value) { |
| 378 | if (String::ICompare("domain", value) == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected