Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dsource_map.cpp44 static const CString FLAG_MAPPINGS = " \"mappings\": \"";
354 LOG_ECMA(ERROR) << "Extract mappings failed, url: " << url; in TranslateUrlPositionBySourceMap()
365 std::string mappings = mappings_[url]; in TranslateUrlPositionBySourceMap() local
366 if (mappings.size() < FLAG_MAPPINGS_LEN + 1) { in TranslateUrlPositionBySourceMap()
367 LOG_ECMA(ERROR) << "Translate failed, url: " << url << ", mappings: " << mappings; in TranslateUrlPositionBySourceMap() local
375 ExtractSourceMapData(mappings.substr(FLAG_MAPPINGS_LEN, mappings.size() - FLAG_MAPPINGS_LEN - 1), modularMap); in TranslateUrlPositionBySourceMap()
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dsource_map_test.cpp31 " \"mappings\": \";MAEO,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,"
63 " \"mappings\": \";MAEO,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,"
76 " \"mappings\": \"\n"
88 " \"mappings\": pA;\n"
100 " \"mappings\": pAq;ABCD;abcd;0123;0+/-;\n"
112 " \"mappings\": X;\n"
124 " \"mappings\": A;\n"
136 " \"mappings\": ;\n"
148 " \"mappings\": ;\n"
277 // if mappings i in HWTEST_F_L0()
371 std::string mappings = ";MAEO,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA"; HWTEST_F_L0() local
[all...]

Completed in 2 milliseconds