Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_manager.cpp44 for (auto &sourceFile : sourceFiles_) { in GetDebugInfo() local
58 … auto &sourceFile = sourceFiles_.emplace_back(sourceFiles_.size(), fileName, pandaFile, debugInfo); in GetDebugInfo() local
99 if (auto sourceFile = GetSourceFile(scriptId)) { in GetScriptSource() local
106 for (auto &sourceFile : sourceFiles_) { in GetSourceFile() local
117 if (auto sourceFile = GetSourceFileInternal(fileName)) { in GetSourceFile() local
126 for (auto &sourceFile : sourceFiles_) { in GetSourceFileInternal() local
Dbreakpoint_hooks.cpp85 if (auto sourceFile = inspector_.GetSourceManager().GetSourceFile(scriptId)) { in GetPossibleBreakpoints() local
139 bool BreakpointHooks::SetBreakpoint(size_t breakpointId, const SourceFile &sourceFile, size_t lineN… in SetBreakpoint()
174 auto sourceFile = inspector_.GetSourceManager().GetSourceFile(scriptId); in SetBreakpointAtLocation() local
205 …if (auto sourceFile = inspector_.GetSourceManager().GetSourceFile(url->substr(std::strlen("file://… in SetBreakpointByUrl() local
213 inspector_.GetSourceManager().EnumerateSourceFiles([&](auto &sourceFile) { in SetBreakpointByUrl()
226 for (auto sourceFile = sourceFiles.begin(); sourceFile != sourceFiles.end();) { in SetBreakpointByUrl() local
235 for (auto sourceFile : sourceFiles) { in SetBreakpointByUrl() local
Dinspector.cpp82 auto &sourceFile = sourceManager_.GetOrLoadSourceFile(frame.GetMethod()); in HandlePendingPause() local
Dstep_hooks.cpp94 auto sourceFile = inspector_.GetSourceManager().GetSourceFile(scriptId); in ContinueToLocation() local
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts67 let sourceFile = creatAstFromSnippet(source); variable
95 let sourceFile = creatAstFromSnippet(source); variable
142 let sourceFile = creatAstFromSnippet(source); variable
166 let sourceFile = creatAstFromSnippet(source); variable
220 let sourceFile = creatAstFromSnippet(source); variable
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto33 bytes sourceFile = 9; field
DassemblyFunction.proto67 bytes sourceFile = 7; field
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp40 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildMethodTrace() local
127 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildJsStackInfo() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp25std::string sourceFile, std::string pkgName, util::StringView recordName, in CompilerContext()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp67 std::string sourceFile = DEBUGGER_JS_DIR "patch/index.js"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js42 function bindSourceFile(sourceFile, options) { argument
62 function getErrorSpanForNode(sourceFile, node) { argument
66 function getSpanOfTokenAtPosition(sourceFile, pos) { argument
86 function getSourceTextOfNodeFromSourceFile(sourceFile, node, includeTrivia) { argument
Dts2panda.ts352 let sourceFile = pg.getSourceFileDebugInfo(); variable
Ddebuginfo.ts358 let sourceFile = jshelpers.getSourceFileOfNode(node); variable
Dpandagen.ts227 private sourceFile: string = ""; property in PandaGen
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h118 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h171 std::string sourceFile; member
Ddebug_info_extractor.cpp201 const char *sourceFile = ""; in Extract() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h125 static PtLocation GetLocation(const char *sourceFile, uint32_t line, const char *pandaFile) in GetLocation()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp431 const std::string &sourceFile = in ParseMethodInfo() local
732 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp186 panda::PandArg<std::string> sourceFile("source-file", "", in Parse() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json155 "sourceFile": "test.js" string
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp800 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in AddMethodInfo() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property