Home
last modified time | relevance | path

Searched refs:SPECIAL_LINE_MARK (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.h98 if (line == SPECIAL_LINE_MARK) { in MatchWithLocation()
203 int firstLineIndex = ((lineTable[0].line == SPECIAL_LINE_MARK) ? 1 : 0); in GetFristLine()
217 int firstColumnIndex = ((columnTable[0].column == SPECIAL_LINE_MARK) ? 1 : 0); in GetFristColumn()
223 constexpr static int32_t SPECIAL_LINE_MARK = -1; member in panda::ecmascript::DebugInfoExtractor
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp257 return line == DebugInfoExtractor::SPECIAL_LINE_MARK; in IsSkipLine()

Completed in 5 milliseconds