Home
last modified time | relevance | path

Searched defs:sourceCode (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_manager.cpp59 auto &sourceCode = sourceFile.GetSourceCode(); in GetDebugInfo() local
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h118 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource()
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto68 bytes sourceCode = 8; field
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h172 std::string sourceCode; member
Ddebug_info_extractor.cpp205 const char *sourceCode = ""; in Extract() local
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp25 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCod… in AstDumper()
/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts396 let variables = undefined, sourceCode = undefined; variable
Dpandagen.ts228 private sourceCode: string | undefined = undefined; property in PandaGen
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp277 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp647 std::string sourceCode; in DescriptionForFunction() local
661 std::string sourceCode; in DescriptionForGeneratorFunction() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1415 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local