| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.h | 107 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()
|
| D | ETSFormattedParser.cpp | 290 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/ |
| D | VirtualConstructorTransfomer.spec.ts | 85 const sourceCode = `let a:number = 1;`; constant 93 const sourceCode = `let a:number = 1;`; constant 101 const sourceCode = `struct Demo{ };`; constant
|
| D | RenameFileNameTransformer.spec.ts | 187 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/ |
| D | disasm_backed_debug_info_extractor.h | 37 std::string sourceCode; member
|
| D | disasm_backed_debug_info_extractor.cpp | 125 std::ostringstream sourceCode; in GetDisassemblySourceName() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | ambientLowering.cpp | 74 std::string sourceCode; in CreateMethodFunctionDefinition() local
|
| D | genericBridgesLowering.cpp | 86 …auto const sourceCode = CreateMethodDefinitionString(classDefinition, baseSignature, derivedFuncti… in AddGenericBridge() local
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyFunction.proto | 68 bytes sourceCode = 8; field
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 76 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local 203 … std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local
|
| D | debug_info_extractor.h | 99 std::string sourceCode; member
|
| D | debug_info_extractor.cpp | 248 const char *sourceCode = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local
|
| D | file_items.cpp | 1514 …umberProgramItemBase::EmitSetSourceCode(std::vector<uint8_t> *constantPool, StringItem *sourceCode) in EmitSetSourceCode()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | debug_info_extractor.cpp | 248 static const std::string sourceCode = ""; in GetSourceCode() local 306 const char *sourceCode = ""; in ExtractorMethodDebugInfo() local
|
| D | debug_info_extractor.h | 233 std::string sourceCode; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 25 AstDumper::AstDumper(const ir::AstNode *node, util::StringView sourceCode) : index_(sourceCode) in AstDumper()
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.cpp | 20 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCod… in AstDumper()
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| D | program.h | 128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource()
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 185 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-function.h | 81 std::string sourceCode; member
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 364 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 974 std::string sourceCode; in DescriptionForFunction() local 988 std::string sourceCode; in DescriptionForGeneratorFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 3831 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local
|