Home
last modified time | relevance | path

Searched defs:parent2 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js77 var parent2 = {a:proxy2,c:"remove"}; variable
118 var parent2 = { a: "delete", b: proxy2, c: "remove" }; variable
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNodeUtils.spec.ts262 const parent2 = ts.factory.createIndexedAccessTypeNode(node2, node2); constant