Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DPrinterUtils.spec.ts92 const firstLine = lines[0].split(':'); constant
177 const firstLine = lines[0].split(':'); constant
197 const firstLine = content.split(':'); constant
215 const firstLine = lines[0].split(':'); constant
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dgenerate_arktsconfig.ts176 const firstLine = fs.readFileSync(entryFilePath, 'utf-8').split('\n')[0]; constant
276 const firstLine = fs.readFileSync(entryFilePath, 'utf-8').split('\n')[0]; constant
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dformatting_context_test.cpp43 const size_t firstLine = 1U; in TEST_F() local
71 const size_t firstLine = 1U; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/plugins/
DFileManager.ts81 const firstLine = readFirstLineSync(filePath); constant
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dutils.ts82 const firstLine = content.split(/\r?\n/, 1)[0].trim(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts3763 const firstLine = lines[0]; constant