Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h107 ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, Args &&...args) in CreateFormattedExpression()
118 ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatement()
132 …ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, Args &&.… in CreateFormattedStatements()
146 …ir::ClassDeclaration *CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStati… in CreateFormattedClassDeclaration()
159 …ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNod… in CreateFormattedClassElement()
169 …ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, ir::ClassDefinition *classDe… in CreateFormattedClassElement()
180 …ir::AstNode *CreateFormattedClassFieldDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassFieldDefinition()
192 …ir::AstNode *CreateFormattedClassMethodDefinition(std::string_view const sourceCode, Args &&...arg… in CreateFormattedClassMethodDefinition()
204 ir::Statement *CreateFormattedTopLevelStatement(std::string_view sourceCode, Args &&...args) in CreateFormattedTopLevelStatement()
DETSFormattedParser.cpp290 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode) in CreateStatement()
319 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement()
328 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode) in CreateStatements()
338 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements()
349 ir::AstNode *ETSParser::CreateFormattedClassFieldDefinition(std::string_view sourceCode, in CreateFormattedClassFieldDefinition()
365 ir::AstNode *ETSParser::CreateFormattedClassMethodDefinition(std::string_view sourceCode, in CreateFormattedClassMethodDefinition()
381 ir::AstNode *ETSParser::CreateFormattedClassElement(std::string_view sourceCode, in CreateFormattedClassElement()
395 ir::AstNode *ETSParser::CreateClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNo… in CreateClassElement()
410 ir::ClassDeclaration *ETSParser::CreateFormattedClassDeclaration(std::string_view sourceCode, in CreateFormattedClassDeclaration()
420 ir::ClassDeclaration *ETSParser::CreateClassDeclaration(std::string_view sourceCode, bool allowStat… in CreateClassDeclaration()
[all …]
/arkcompiler/ets_frontend/arkguard/test/ut/transformer/
DVirtualConstructorTransfomer.spec.ts85 const sourceCode = `let a:number = 1;`; constant
93 const sourceCode = `let a:number = 1;`; constant
101 const sourceCode = `struct Demo{ };`; constant
DRenameFileNameTransformer.spec.ts187 const sourceCode = `let module = import('./test');`; constant
198 const sourceCode = `let module = import('@normalized:N&&&entry/src/main/ets/pages/test&');`; constant
/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/ets_frontend/ets2panda/compiler/lowering/ets/
DambientLowering.cpp74 std::string sourceCode; in CreateMethodFunctionDefinition() local
DgenericBridgesLowering.cpp86 …auto const sourceCode = CreateMethodDefinitionString(classDefinition, baseSignature, derivedFuncti… in AddGenericBridge() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto68 bytes sourceCode = 8; field
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h76 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local
203 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local
Ddebug_info_extractor.h99 std::string sourceCode; member
Ddebug_info_extractor.cpp248 const char *sourceCode = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local
Dfile_items.cpp1514 …umberProgramItemBase::EmitSetSourceCode(std::vector<uint8_t> *constantPool, StringItem *sourceCode) in EmitSetSourceCode()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp248 static const std::string sourceCode = ""; in GetSourceCode() local
306 const char *sourceCode = ""; in ExtractorMethodDebugInfo() local
Ddebug_info_extractor.h233 std::string sourceCode; member
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp25 AstDumper::AstDumper(const ir::AstNode *node, util::StringView sourceCode) : index_(sourceCode) in AstDumper()
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp20 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCod… in AstDumper()
/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.h185 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h81 std::string sourceCode; member
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp364 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp974 std::string sourceCode; in DescriptionForFunction() local
988 std::string sourceCode; in DescriptionForGeneratorFunction() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3831 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local