Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.cpp198 MappingInfo SourceMap::Find(int32_t row, int32_t col, const SourceMapData& targetMap) in Find()
377 bool SourceMap::GetLineAndColumnNumbers(int& line, int& column, SourceMapData& targetMap) in GetLineAndColumnNumbers()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashmap.cpp244 JSHandle<JSAPIHashMap> targetMap = JSHandle<JSAPIHashMap>::Cast(self); in SetAll() local