Home
last modified time | relevance | path

Searched refs:debugRecordName (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h96 const std::string &url, const std::string &debugRecordName) in MatchWithLocation() argument
113 if (!debugRecordName.empty() && recordName != debugRecordName.c_str() in MatchWithLocation()
114 && debugRecordName != JSPandaFile::ENTRY_MAIN_FUNCTION) { in MatchWithLocation()