Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts23 let sourceFile: SourceFile; variable
DTransformUtil.spec.ts24 let sourceFile: SourceFile; variable
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyRecord.proto33 bytes sourceFile = 9; field
DassemblyFunction.proto67 bytes sourceFile = 7; field
/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/es2panda/compiler/core/
DcompilerContext.cpp25std::string sourceFile, std::string pkgName, util::StringView recordName, in CompilerContext()
/arkcompiler/ets_frontend/ts2panda/tests/types/
DtypeUtils.ts49 let sourceFile = program.getSourceFile(fileName); variable
/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
Djs_local_variable_scope_test.h37 std::string sourceFile = DEBUGGER_JS_DIR "local_variable_scope.js"; in JsLocalVariableScopeTest() local
Djs_container_test.h37 std::string sourceFile = DEBUGGER_JS_DIR "container.js"; in JsContainerTest() local
/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.h127 const std::string &sourceFile = GetSourceFile(methodId); in MatchWithLocation() local
227 std::string sourceFile; member
Ddebug_info_extractor.cpp234 static const std::string sourceFile = ""; in GetSourceFile() local
303 const char *sourceFile = ""; in ExtractorMethodDebugInfo() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp98 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo() local
239 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() local
Djs_stackinfo.cpp42 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/
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
Dts2panda.ts373 let sourceFile = pg.getSourceFileDebugInfo(); variable
Ddebuginfo.ts358 let sourceFile = jshelpers.getSourceFileOfNode(node); variable
Dpandagen.ts227 private sourceFile: string = ""; property in PandaGen
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h144 …static JSPtLocation GetLocation(const char *sourceFile, int32_t line, int32_t column, const char *… in GetLocation()
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json155 "sourceFile": "test.js" string
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp223 panda::PandArg<std::string> sourceFile("source-file", "", in Parse() local

12