Constructs an unbound reference.
| 21 | |
| 22 | // Constructs an unbound reference. |
| 23 | JsonArray() : data_(0), resources_(0) {} |
| 24 | |
| 25 | // INTERNAL USE ONLY |
| 26 | JsonArray(detail::ArrayData* data, detail::ResourceManager* resources) |
no outgoing calls
no test coverage detected