Home
last modified time | relevance | path

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

/development/tools/winscope/spec/
DObjectTransformerSpec.js3 import { ObjNode, ObjDiffNode, toPlainObject } from "./utils/tree.js";
20 const expectedTransformedObj = toPlainObject(
49 const expectedTransformedObj = toPlainObject(
80 const expectedTransformedObj = toPlainObject(
107 const expectedTransformedObj = toPlainObject(
139 const expectedTransformedObj = toPlainObject(
DDiffSpec.js2 import { Node, DiffNode, toPlainObject } from "./utils/tree.js";
32 const expectedDiffTree = toPlainObject(
49 const expectedDiffTree = toPlainObject(
73 const expectedDiffTree = toPlainObject(
99 const expectedDiffTree = toPlainObject(
133 const expectedDiffTree = toPlainObject(
160 const expectedDiffTree = toPlainObject(
182 const expectedDiffTree = toPlainObject(
205 const expectedDiffTree = toPlainObject(
232 const expectedDiffTree = toPlainObject(
/development/tools/winscope/spec/utils/
Dtree.js44 function toPlainObject(theClass) { function
48 return theClass.map(item => toPlainObject(item));
52 classAsObj[key] = toPlainObject(theClass[key]);
58 export { Node, DiffNode, ObjNode, ObjDiffNode, toPlainObject };