Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H A Dsource_map_test.cpp138 std::string sourceCode; variable
320 std::string sourceCode = "SourceCode:\nvar param1 = 1;\nvar param2 = 2;\n"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.cpp94 std::string RevSourceMap::GetOriginalNames(const std::string& sourceCode, uint32_t& errorPos) const in GetOriginalNames() argument
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp121 std::string sourceCode = ""; in TranslateBySourceMap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp299 Local<panda::StringRef> sourceCode = function->GetSourceCode(arkJsRuntime->GetEcmaVm(), line); in GetSourceCodeInfo() local
/ohos5.0/foundation/graphic/graphic_3d/metadata/lume/LumeEngine/tools/
H A DLumeAssetCompiler.json779 "sourceCode": { object
875 "sourceCode": { object
H A DLumeShaderCompiler.json779 "sourceCode": { object
875 "sourceCode": { object
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1875 Local<panda::StringRef> sourceCode = func->GetSourceCode(vm_, line); in GetSourceCodeInfo() local