Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h104 ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, Args &&...args) in CreateFormattedExpression()
115 ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatement()
129 …ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, Args &&.… in CreateFormattedStatements()
142 …ir::ClassDeclaration *CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStati… in CreateFormattedClassDeclaration()
155 …ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNod… in CreateFormattedClassElement()
165 …ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, ir::ClassDefinition *classDe… in CreateFormattedClassElement()
176 …ir::AstNode *CreateFormattedClassFieldDefinition(std::string_view const sourceCode, Args &&...args) in CreateFormattedClassFieldDefinition()
188 …ir::AstNode *CreateFormattedClassMethodDefinition(std::string_view const sourceCode, Args &&...arg… in CreateFormattedClassMethodDefinition()
200 ir::Statement *CreateFormattedTopLevelStatement(std::string_view sourceCode, Args &&...args) in CreateFormattedTopLevelStatement()
DETSFormattedParser.cpp264 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode) in CreateStatement()
293 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement()
302 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode) in CreateStatements()
312 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements()
323 ir::AstNode *ETSParser::CreateFormattedClassFieldDefinition(std::string_view sourceCode, in CreateFormattedClassFieldDefinition()
338 ir::AstNode *ETSParser::CreateFormattedClassMethodDefinition(std::string_view sourceCode, in CreateFormattedClassMethodDefinition()
353 ir::AstNode *ETSParser::CreateFormattedClassElement(std::string_view sourceCode, in CreateFormattedClassElement()
367 ir::AstNode *ETSParser::CreateClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNo… in CreateClassElement()
382 ir::ClassDeclaration *ETSParser::CreateFormattedClassDeclaration(std::string_view sourceCode, in CreateFormattedClassDeclaration()
392 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.cpp73 std::string sourceCode; in CreateMethodFunctionDefinition() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto68 bytes sourceCode = 8; field
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.h85 std::string sourceCode; member
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.cpp241 const char *sourceCode = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local
Dfile_items.cpp1503 …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/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.h172 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
/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.cpp365 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp975 std::string sourceCode; in DescriptionForFunction() local
989 std::string sourceCode; in DescriptionForGeneratorFunction() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3651 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local