Lines Matching refs:detail
6 [{ entryType: "mark", name: "mark1", detail: null}, property
7 { entryType: "mark", name: "mark2", detail: null}, property
8 { entryType: "mark", name: "mark3", detail: null}, property
9 { entryType: "mark", name: "mark4", detail: null}, property
10 { entryType: "mark", name: "mark5", detail: null}, property
11 { entryType: "mark", name: "mark6", detail: {}}, property
12 { entryType: "mark", name: "mark7", detail: {info: 'abc'}}, property
13 { entryType: "mark", name: "mark8", detail: null, startTime: 234.56}, property
14 { entryType: "mark", name: "mark9", detail: {count: 3}, startTime: 345.67}]; property
33 returned_entries.push(self.performance.mark("mark5", {detail: null})); property
34 returned_entries.push(self.performance.mark("mark6", {detail: {}})); property
35 returned_entries.push(self.performance.mark("mark7", {detail: {info: 'abc'}})); property
37 returned_entries.push(self.performance.mark("mark9", {detail: {count: 3}, startTime: 345.67})); property