Home
last modified time | relevance | path

Searched refs:stringifyJsonWithBigints (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/base/
H A Djson_utils_unittest.ts15 import {stringifyJsonWithBigints} from './json_utils';
20 expect(stringifyJsonWithBigints(obj)).toEqual(expected);
H A Djson_utils.ts20 export function stringifyJsonWithBigints(object: any): string { function
/aosp_15_r20/external/perfetto/ui/src/components/widgets/charts/histogram/
H A Dhistogram.ts16 import {stringifyJsonWithBigints} from '../../../../base/json_utils';
45 spec: stringifyJsonWithBigints(this.state.spec),