| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_manager.cpp | 44 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
|
| D | breakpoint_hooks.cpp | 85 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
|
| D | inspector.cpp | 82 auto &sourceFile = sourceManager_.GetOrLoadSourceFile(frame.GetMethod()); in HandlePendingPause() local
|
| D | step_hooks.cpp | 94 auto sourceFile = inspector_.GetSourceManager().GetSourceFile(scriptId); in ContinueToLocation() local
|
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | lexenv.test.ts | 67 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/ |
| D | assemblyRecord.proto | 33 bytes sourceFile = 9; field
|
| D | assemblyFunction.proto | 67 bytes sourceFile = 7; field
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 40 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/ |
| D | compilerContext.cpp | 25 … std::string sourceFile, std::string pkgName, util::StringView recordName, in CompilerContext()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | hot_reload_manager_test.cpp | 67 std::string sourceFile = DEBUGGER_JS_DIR "patch/index.js"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.h | 29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | jshelpers.js | 42 function bindSourceFile(sourceFile, options) { argument 62 function getErrorSpanForNode(sourceFile, node) { argument 66 function getSpanOfTokenAtPosition(sourceFile, pos) { argument 86 function getSourceTextOfNodeFromSourceFile(sourceFile, node, includeTrivia) { argument
|
| D | ts2panda.ts | 352 let sourceFile = pg.getSourceFileDebugInfo(); variable
|
| D | debuginfo.ts | 358 let sourceFile = jshelpers.getSourceFileOfNode(node); variable
|
| D | pandagen.ts | 227 private sourceFile: string = ""; property in PandaGen
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| D | program.h | 118 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.h | 171 std::string sourceFile; member
|
| D | debug_info_extractor.cpp | 201 const char *sourceFile = ""; in Extract() local
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_util.h | 125 static PtLocation GetLocation(const char *sourceFile, uint32_t line, const char *pandaFile) in GetLocation()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 431 const std::string &sourceFile = in ParseMethodInfo() local 732 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | options.cpp | 186 panda::PandArg<std::string> sourceFile("source-file", "", in Parse() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
| D | add.json | 155 "sourceFile": "test.js" string
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 800 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in AddMethodInfo() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|