Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
Djson5parser.ts47 const rootObjectLiteralExpression = getRootObjectLiteral(file); constant
65 const rootObjectLiteralExpression = (expressionStatement as ts.ExpressionStatement).expression; constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DJson5parser.ts39 … const rootObjectLiteralExpression = (expressionStatement as ts.ExpressionStatement).expression; constant