| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | TypeUtils.spec.ts | 23 let sourceFile: SourceFile; variable
|
| D | TransformUtil.spec.ts | 24 let sourceFile: SourceFile; 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_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/es2panda/compiler/core/ |
| D | compilerContext.cpp | 25 … std::string sourceFile, std::string pkgName, util::StringView recordName, in CompilerContext()
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/ |
| D | typeUtils.ts | 49 let sourceFile = program.getSourceFile(fileName); variable
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_variable_second_test.h | 37 std::string sourceFile = DEBUGGER_JS_DIR "variable_second.js"; in JsVariableSecondTest() local
|
| D | js_variable_first_test.h | 37 std::string sourceFile = DEBUGGER_JS_DIR "variable_first.js"; in JsVariableFirstTest() local
|
| D | js_local_variable_scope_test.h | 37 std::string sourceFile = DEBUGGER_JS_DIR "local_variable_scope.js"; in JsLocalVariableScopeTest() local
|
| D | js_container_test.h | 37 std::string sourceFile = DEBUGGER_JS_DIR "container.js"; in JsContainerTest() local
|
| /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_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.h | 127 const std::string &sourceFile = GetSourceFile(methodId); in MatchWithLocation() local 227 std::string sourceFile; member
|
| D | debug_info_extractor.cpp | 234 static const std::string sourceFile = ""; in GetSourceFile() local 303 const char *sourceFile = ""; in ExtractorMethodDebugInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 98 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo() local 239 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
|
| D | js_stackinfo.cpp | 42 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildMethodTrace() local 131 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildJsStackInfo() local
|
| /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 | 373 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 | 128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.h | 144 …static JSPtLocation GetLocation(const char *sourceFile, int32_t line, int32_t column, const char *… in GetLocation()
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
| D | add.json | 155 "sourceFile": "test.js" string
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | options.cpp | 223 panda::PandArg<std::string> sourceFile("source-file", "", in Parse() local
|