Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/arkguard/test/ut/transformer/
DDisableConsoleTransformer.spec.ts60 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
77 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
114 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
123 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
DRenameIdentifierTransformer.spec.ts118 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
169 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
221 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
239 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
256 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
275 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
331 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent1, ts.ScriptTarget.ES2… constant
400 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
443 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent2, ts.ScriptTarget.ES2… constant
473 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent2, ts.ScriptTarget.ES2… constant
[all …]
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts42 let sourceFile: SourceFile; variable
113 const sourceFile = createSourceFile('test.ts', source, ScriptTarget.ES2015, true); constant
132 const sourceFile = createSourceFile('test.ts', source, ScriptTarget.ES2015, true); constant
155 const sourceFile = createSourceFile('test.ts', source, ScriptTarget.ES2015, true); constant
176 const sourceFile = createSourceFile('test.ts', source, ScriptTarget.ES2015, true); constant
DScopeAnalyzer.spec.ts63 let sourceFile: SourceFile; variable
312 let sourceFile: SourceFile; variable
456 let sourceFile = createSourceFile(filePath, fileContent, ScriptTarget.ES2015, true); variable
472 let sourceFile = createSourceFile(filePath, fileContent, ScriptTarget.ES2015, true); variable
542 let sourceFile = createSourceFile(filePath, fileContent, ScriptTarget.ES2015, true); variable
579 let sourceFile = createSourceFile(filePath, fileContent, ScriptTarget.ES2015, true); variable
623 let sourceFile = createSourceFile(filePath, fileContent, ScriptTarget.ES2015, true); variable
666 let sourceFile = createSourceFile(filePath, fileContent, ScriptTarget.ES2015, true); variable
701 let sourceFile = createSourceFile(filePath, fileContent, ScriptTarget.ES2015, true); variable
739 …const sourceFile: SourceFile = createSourceFile('test.ts', sourceFileContent, ScriptTarget.ES2015,… constant
DNodeUtils.spec.ts371 … const sourceFile = ts.factory.createSourceFile([], endOfFileToken, ts.NodeFlags.AwaitContext); constant
399 const sourceFile = NodeUtils.getSourceFileOfNode(node); constant
566 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
573 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
580 …const sourceFile: ts.SourceFile = ts.createSourceFile('demo.ts', fileContent, ts.ScriptTarget.ES20… constant
/arkcompiler/ets_frontend/ets2panda/linter/src/sdk/linter_1_1/
DSdkTypeScriptDiagnosticsExtractor.ts53 const sourceFile = builderProgram.getSourceFile(fileName); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/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/benchmark/
DTypeUtils.benchmark.ts74 …const sourceFile: SourceFile = createSourceFile('demo.ts', fileContent, ScriptTarget.ES2015, true); constant
DRenameIdentifier.benchmark.ts87 …const sourceFile: SourceFile = createSourceFile('demo.ts', fileContent, ScriptTarget.ES2015, true); constant
DRenameProperty.benchmark.ts90 …const sourceFile: SourceFile = createSourceFile('demo.ts', fileContent, ScriptTarget.ES2015, true); constant
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto33 bytes sourceFile = 9; 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.h103 std::string_view sourceFile; member
Ddebug_info_cache.cpp35 void DebugInfoCache::GetSourceLocation(const PtFrame &frame, std::string_view &sourceFile, std::str… in GetSourceLocation()
86 …d_set<PtLocation, HashLocation> DebugInfoCache::GetContinueToLocations(std::string_view sourceFile, in GetContinueToLocations()
146 std::set<size_t> DebugInfoCache::GetValidLineNumbers(std::string_view sourceFile, size_t startLine,… in GetValidLineNumbers()
321 std::string DebugInfoCache::GetSourceCode(std::string_view sourceFile) in GetSourceCode()
Dinspector.cpp285 std::set<size_t> Inspector::GetPossibleBreakpoints(std::string_view sourceFile, size_t startLine, s… in GetPossibleBreakpoints()
418 void Inspector::ContinueToLocation(PtThread thread, std::string_view sourceFile, size_t lineNumber) in ContinueToLocation()
483 std::string Inspector::GetSourceCode(std::string_view sourceFile) in GetSourceCode()
504 std::string_view sourceFile; in DebuggableThreadPostSuspend() local
562 std::string_view sourceFile; in CreateExceptionDetails() 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.cpp155 std::string_view sourceFile; in Run() local

123