Home
last modified time | relevance | path

Searched defs:className (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h56 #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/
DastNode.h47 #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/
Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; argument
54 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
Ddeclaration.h38 #define DECLARE_CLASSES(decl_kind, className) class className; argument
60 #define DECLARE_CHECKS_CASTS(declKind, className) \ in DECLARATION_KINDS() argument
Dscope.h35 #define DECLARE_CLASSES(type, className) class className; argument
166 #define DECLARE_CHECKS_CASTS(scopeType, className) \ argument
Dbinder.cpp532 util::StringView className = classDef->GetName(); in BuildClassDefinition() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp139 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/
Dtransformer.cpp907 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/
Djsnapi.h79 #define ECMA_DISALLOW_COPY(className) \ argument
84 #define ECMA_DISALLOW_MOVE(className) \ argument
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h770 …id AddElementToClassNameMap(const JSPandaFile *jsPandaFile, uint32_t offset, std::string className) in AddElementToClassNameMap()
Dts_type_parser.cpp473 …std::string className = tsManager_->GetClassNameByOffset(jsPandaFile, typeLiteralExtractor->GetTyp… in SetClassName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp770 auto className = MethodLiteral::GetMethodName(jsPandaFile.get(), classId); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp670 auto className = classDefinition->GetName(); in ParseClassDeclaration() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h295 RemoteObject &SetClassName(const std::string &className) in SetClassName()
Dpt_types.cpp961 std::string className; in Create() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument