Searched defs:targetMap (Results 1 – 2 of 2) sorted by relevance
198 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()
244 JSHandle<JSAPIHashMap> targetMap = JSHandle<JSAPIHashMap>::Cast(self); in SetAll() local