Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/linter/lib/ts-diagnostics/
DTypeScriptDiagnosticsExtractor.ts53 const sourceFile = program.getSourceFile(fileName); constant
DTSCCompiledProgram.ts64 const sourceFile = this.program.getSourceFile(fileName); constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts25 let sourceFile: SourceFile; variable
DTransformUtil.spec.ts26 let sourceFile: SourceFile; variable
DScopeAnalyzer.spec.ts43 let sourceFile: SourceFile; variable
292 let sourceFile: SourceFile; variable
DNodeUtils.spec.ts336 … const sourceFile = ts.factory.createSourceFile([], endOfFileToken, ts.NodeFlags.AwaitContext); constant
364 const sourceFile = NodeUtils.getSourceFileOfNode(node); constant
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto33 bytes sourceFile = 9; field
DassemblyFunction.proto67 bytes sourceFile = 7; field
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp24 … bool isRecordDebugSource, const std::string &sourceFile, const std::string &pkgName, in CompilerContext()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h100 std::string_view sourceFile; member
Ddebug_info_cache.cpp36 void DebugInfoCache::GetSourceLocation(const PtFrame &frame, std::string_view &sourceFile, std::str… in GetSourceLocation()
87 …d_set<PtLocation, HashLocation> DebugInfoCache::GetContinueToLocations(std::string_view sourceFile, in GetContinueToLocations()
145 std::set<size_t> DebugInfoCache::GetValidLineNumbers(std::string_view sourceFile, size_t startLine,… in GetValidLineNumbers()
320 std::string DebugInfoCache::GetSourceCode(std::string_view sourceFile) in GetSourceCode()
Dinspector.cpp240 std::set<size_t> Inspector::GetPossibleBreakpoints(std::string_view sourceFile, size_t startLine, s… in GetPossibleBreakpoints()
311 void Inspector::ContinueToLocation(PtThread thread, std::string_view sourceFile, size_t lineNumber) in ContinueToLocation()
351 std::string Inspector::GetSourceCode(std::string_view sourceFile) in GetSourceCode()
367 std::string_view sourceFile; in DebuggableThreadPostSuspend() local
Dinspector_server.cpp114 …orServer::CallDebuggerScriptParsed(PtThread thread, ScriptId scriptId, std::string_view sourceFile) in CallDebuggerScriptParsed()
280 auto sourceFile = sourceManager_.GetSourceFileName(*scriptId); in OnCallDebuggerGetScriptSource() local
351 auto sourceFile = sourceManager_.GetSourceFileName(location->GetScriptId()); in OnCallDebuggerSetBreakpoint() local
552 auto &scopeChain, auto &objThis) { in EnumerateCallFrames()
589 for (auto sourceFile : sourceFiles) { in AddBreakpointByUrlLocations() local
/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_first_test.h37 std::string sourceFile = DEBUGGER_JS_DIR "variable_first.js"; in JsVariableFirstTest() local
Djs_variable_second_test.h37 std::string sourceFile = DEBUGGER_JS_DIR "variable_second.js"; in JsVariableSecondTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_StackTrace.cpp42 auto *sourceFile = reinterpret_cast<const char *>(method->GetClassSourceFile().data); in CreateStackTraceElement() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-record.h40 std::string sourceFile; /* The file in which the record is defined or empty */ member
/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_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h132 const std::string &sourceFile = GetSourceFile(methodId); in MatchWithLocation() local
232 std::string sourceFile; member
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm_backed_debug_info_extractor.cpp94 auto sourceFile = std::string(DebugInfoExtractor::GetSourceFile(methodId)); in GetDisassemblySourceName() local
/arkcompiler/ets_frontend/ets2panda/aot/
Dmain.cpp149 std::string_view sourceFile; in Run() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp110 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo() local
263 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts497 const sourceFile = NodeUtils.getSourceFileOfNode(node); constant
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h47 SourceFile const *sourceFile = nullptr; member

12