Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h128 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.cpp250 static const std::string sourceCode = ""; in GetSourceCode() local
308 const char *sourceCode = ""; in ExtractorMethodDebugInfo() local
Ddebug_info_extractor.h228 std::string sourceCode; member
/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts418 let sourceCode = undefined; variable
Dpandagen.ts228 private sourceCode: string | undefined = undefined; property in PandaGen
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp25 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCod… in AstDumper()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp287 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp906 std::string sourceCode; in DescriptionForFunction() local
920 std::string sourceCode; in DescriptionForGeneratorFunction() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1852 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local