Home
last modified time | relevance | path

Searched defs:sourceCode (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/source_map/
Dsource_map_test.cpp62 std::string sourceCode = ""; variable
90 std::string sourceCode = "SourceCode:\n"; variable
117 std::string sourceCode = "SourceCode:\n001Redjie002^"; variable
144 std::string sourceCode = "SourceCode:\nRedjie001Wangwu^002"; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dsource_map.cpp407 std::string sourceCode = ""; in TranslateBySourceMap() local
514 …etOriginalNames(std::shared_ptr<SourceMapData> targetMapData, const std::string& sourceCode, uint3… in GetOriginalNames()
/foundation/arkui/napi/native_engine/impl/ark/native_value/
Dark_native_function.cpp216 Local<panda::StringRef> sourceCode = func->GetSourceCode(vm, line); in GetSourceCodeInfo() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dsource_map.cpp86 std::string RevSourceMap::GetOriginalNames(const std::string& sourceCode, uint32_t& errorPos) const in GetOriginalNames() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_base_utils.cpp261 Local<panda::StringRef> sourceCode = function->GetSourceCode(arkJsRuntime->GetEcmaVm(), line); in GetSourceCodeInfo() local
/foundation/arkui/napi/native_engine/impl/v8/
Dv8_native_engine.cpp542 v8::Local<v8::String> sourceCode; in ModuleResolveCallback() local