Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h71 …ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, std::string_view cons… in CreateFormattedExpression()
88 ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements()
357 …ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, std::string_view const … in CreateFormattedStatement()
DETSparser.cpp4959 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode, std::string_view const… in CreateStatement()
4984 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement()
4994 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode, in CreateStatements()
5005 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements()
5015 … *ETSParser::CreateMethodDefinition(ir::ModifierFlags modifiers, std::string_view const sourceCode, in CreateMethodDefinition()
5042 std::string_view const sourceCode, in CreateConstructorDefinition()
5074 ir::Expression *ETSParser::CreateExpression(std::string_view const sourceCode, ExpressionParseFlags… in CreateExpression()
5090 ir::Expression *ETSParser::CreateFormattedExpression(std::string_view const sourceCode, in CreateFormattedExpression()
5108 …ser::CreateTypeAnnotation(TypeAnnotationParsingOptions *options, std::string_view const sourceCode, in CreateTypeAnnotation()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm_backed_debug_info_extractor.h37 std::string sourceCode; member
Ddisasm_backed_debug_info_extractor.cpp125 std::ostringstream sourceCode; in GetDisassemblySourceName() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h110 … std::string sourceCode = utf::Mutf8AsCString(file_->GetStringData(sourceCodeId).data); in Scrap() local
218 … std::string sourceCode = utf::Mutf8AsCString(file_->GetStringData(sourceCodeId).data); in Emit() local
Ddebug_info_extractor.h85 std::string sourceCode; member
Ddebug_info_extractor.cpp243 const char *sourceCode = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local
Dfile_items.cpp1508 …ineNumberProgramItem::EmitSetSourceCode(std::vector<uint8_t> *constantPool, StringItem *sourceCode) in EmitSetSourceCode()
/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.h233 std::string sourceCode; member
/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/ets2panda/parser/program/
Dprogram.h162 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp25 AstDumper::AstDumper(const ir::AstNode *node, util::StringView sourceCode) : index_(sourceCode) in AstDumper()
/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/runtime_core/static_core/assembler/
Dassembly-function.h81 std::string sourceCode; member
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp345 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp942 std::string sourceCode; in DescriptionForFunction() local
956 std::string sourceCode; in DescriptionForGeneratorFunction() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2355 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local