Home
last modified time | relevance | path

Searched defs:jsonData (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DConfiguredRulesProcess.ts37 const jsonData = JSON.parse(data); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileUtils.ts169 const jsonData = JSON.parse(fs.readFileSync(jsonPath, 'utf8')); constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DProjectCollections.ts365 const jsonData: Object = {}; constant
432 const jsonData: ProjectWhiteListJsonData = { constant
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp131 JSTaggedValue jsonData = JsonParse(thread, jsPandaFile, recordName); in ParseJsonModule() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.js18 static jsonData = null; field in TabPaneApSummary
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts1787 const jsonData = fs.readFileSync(defaultNameCachePath,'utf-8'); constant
1815 const jsonData = fs.readFileSync(printNameCache,'utf-8'); constant