/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_test_helper.h | 56 #define CONTAINERS_API_EXCEPTION_TEST(className, methodName, callInfoName) \ argument 66 #define CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(className, methodName) \ argument
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astNode.h | 47 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument 105 #define DECLARE_CLASSES(nodeType, className) class className; argument 125 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument 155 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; argument 54 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
|
D | declaration.h | 38 #define DECLARE_CLASSES(decl_kind, className) class className; argument 60 #define DECLARE_CHECKS_CASTS(declKind, className) \ in DECLARATION_KINDS() argument
|
D | scope.h | 35 #define DECLARE_CLASSES(type, className) class className; argument 166 #define DECLARE_CHECKS_CASTS(scopeType, className) \ argument
|
D | binder.cpp | 532 util::StringView className = classDef->GetName(); in BuildClassDefinition() local
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | patchFix.cpp | 139 void PatchFix::CollectFunctionsWithDefinedClasses(std::string funcName, std::string className) in CollectFunctionsWithDefinedClasses() 251 void PatchFix::CollectClassMemberFunctions(const std::string &className, int64_t bufferIdx, in CollectClassMemberFunctions() 494 auto &className = hashList[i].first; in CompareClassHash() local
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 907 std::vector<ir::AstNode *> Transformer::CreateParamDecorators(util::StringView className, in CreateParamDecorators() 950 std::vector<ir::AstNode *> Transformer::CreatePropertyDecorators(util::StringView className, in CreatePropertyDecorators() 985 std::vector<ir::AstNode *> Transformer::CreateMethodDecorators(util::StringView className, in CreateMethodDecorators() 1037 ir::Expression *Transformer::CreateDecoratorTarget(util::StringView className, bool isStatic) in CreateDecoratorTarget() 1045 ir::MemberExpression *Transformer::CreateClassPrototype(util::StringView className) in CreateClassPrototype()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 79 #define ECMA_DISALLOW_COPY(className) \ argument 84 #define ECMA_DISALLOW_MOVE(className) \ argument
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.h | 770 …id AddElementToClassNameMap(const JSPandaFile *jsPandaFile, uint32_t offset, std::string className) in AddElementToClassNameMap()
|
D | ts_type_parser.cpp | 473 …std::string className = tsManager_->GetClassNameByOffset(jsPandaFile, typeLiteralExtractor->GetTyp… in SetClassName() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 770 auto className = MethodLiteral::GetMethodName(jsPandaFile.get(), classId); in HWTEST_F_L0() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | statementParser.cpp | 670 auto className = classDefinition->GetName(); in ParseClassDeclaration() local
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 295 RemoteObject &SetClassName(const std::string &className) in SetClassName()
|
D | pt_types.cpp | 961 std::string className; in Create() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|