Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts23 let sourceFile: SourceFile; variable
DTransformUtil.spec.ts24 let sourceFile: SourceFile; variable
/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/ets2panda/linter-4.2/src/ts-diagnostics/
DTypeScriptDiagnosticsExtractor.ts48 const sourceFile = program.getSourceFile(fileName); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/ts-diagnostics/
DTypeScriptDiagnosticsExtractor.ts48 const sourceFile = program.getSourceFile(fileName); constant
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto33 bytes sourceFile = 9; field
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h99 std::string_view sourceFile; member
Dinspector.cpp237 std::set<size_t> Inspector::GetPossibleBreakpoints(std::string_view sourceFile, size_t startLine, s… in GetPossibleBreakpoints()
308 void Inspector::ContinueToLocation(PtThread thread, std::string_view sourceFile, size_t lineNumber) in ContinueToLocation()
348 std::string Inspector::GetSourceCode(std::string_view sourceFile) in GetSourceCode()
364 std::string_view sourceFile; in DebuggableThreadPostSuspend() local
Ddebug_info_cache.cpp34 void DebugInfoCache::GetSourceLocation(const PtFrame &frame, std::string_view &sourceFile, std::str… in GetSourceLocation()
85 …d_set<PtLocation, HashLocation> DebugInfoCache::GetContinueToLocations(std::string_view sourceFile, in GetContinueToLocations()
143 std::set<size_t> DebugInfoCache::GetValidLineNumbers(std::string_view sourceFile, size_t startLine,… in GetValidLineNumbers()
319 std::string DebugInfoCache::GetSourceCode(std::string_view sourceFile) in GetSourceCode()
Dinspector_server.cpp114 …orServer::CallDebuggerScriptParsed(PtThread thread, ScriptId scriptId, std::string_view sourceFile) in CallDebuggerScriptParsed()
274 auto sourceFile = sourceManager_.GetSourceFileName(*scriptId); in OnCallDebuggerGetScriptSource() local
345 auto sourceFile = sourceManager_.GetSourceFileName(location->GetScriptId()); in OnCallDebuggerSetBreakpoint() local
546 …[this, thread, &callFrames](auto frameId, auto methodName, auto sourceFile, auto lineNumber, auto … in EnumerateCallFrames()
590 for (auto sourceFile : sourceFiles) { in AddBreakpointByUrlLocations() local
/arkcompiler/ets_frontend/ts2panda/tests/types/
DtypeUtils.ts49 let sourceFile = program.getSourceFile(fileName); variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp25 bool isRecordSource, std::string sourceFile, std::string pkgName, in CompilerContext()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_second_test.h37 std::string sourceFile = DEBUGGER_JS_DIR "variable_second.js"; in JsVariableSecondTest() local
Djs_variable_first_test.h37 std::string sourceFile = DEBUGGER_JS_DIR "variable_first.js"; in JsVariableFirstTest() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h104 … std::string sourceFile = utf::Mutf8AsCString(file_->GetStringData(sourceFileId).data); in Scrap() local
211 … std::string sourceFile = utf::Mutf8AsCString(file_->GetStringData(sourceFileId).data); in Emit() 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_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
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.h29 JSBreakpoint(const std::string &sourceFile, PtMethod *ptMethod, uint32_t bcOffset, in JSBreakpoint()
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts413 const sourceFile = NodeUtils.getSourceFileOfNode(shadowNode); constant
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h132 const std::string &sourceFile = GetSourceFile(methodId); in MatchWithLocation() local
232 std::string sourceFile; member
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp99 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo() local
240 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
/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.cpp146 std::string_view sourceFile; in Run() local
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h44 SourceFile const *sourceFile = nullptr; member

123