Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp120 std::string codeStart = "SourceCode ("; in TranslateBySourceMap() local
124 uint32_t codeStartLen = codeStart.length(); in TranslateBySourceMap()
125 if (fristLine.substr(0, codeStartLen).compare(codeStart) == 0) { in TranslateBySourceMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp207 …uint8_t* codeStart = const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(_binary_jsUIContext_abc… in PreloadUIContent() local
210 …uint8_t* codeStart = const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(_binary_jsPreload_abc_s… in PreloadUIContent()
213 return runtime->EvaluateJsCode(codeStart, codeLength); in PreloadUIContent()