Lines Matching refs:AddMember
188 doc.AddMember("interrupted", interrupted, allocator); in WriteTestResults()
189 doc.AddMember("path_delimiter", ".", allocator); in WriteTestResults()
190 doc.AddMember("version", 3, allocator); in WriteTestResults()
191 doc.AddMember("seconds_since_epoch", secondsSinceEpoch, allocator); in WriteTestResults()
208 jsResult.AddMember("expected", "PASS", allocator); in WriteTestResults()
209 jsResult.AddMember("actual", ResultTypeToJSString(result.type, &allocator), allocator); in WriteTestResults()
215 jsResult.AddMember("times", times, allocator); in WriteTestResults()
222 testSuite.AddMember(jsName, jsResult, allocator); in WriteTestResults()
234 numFailuresByType.AddMember(ResultTypeToJSString(type, &allocator), jsCount, allocator); in WriteTestResults()
237 doc.AddMember("num_failures_by_type", numFailuresByType, allocator); in WriteTestResults()
241 tests.AddMember(js::StringRef(testSuiteName), testSuite, allocator); in WriteTestResults()
243 doc.AddMember("tests", tests, allocator); in WriteTestResults()