| /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 104 #define DECLARE_CLASSES(nodeType, className) class className; argument 124 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument 154 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variable.h | 39 #define DECLARE_CLASSES(type, className) class className; argument 51 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
|
| D | declaration.h | 36 #define DECLARE_CLASSES(decl_kind, className) class className; argument 58 #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 | 440 util::StringView className = classDef->GetName(); in BuildClassDefinition() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | hotfix.cpp | 245 void Hotfix::CollectClassMemberFunctions(const std::string &className, int64_t bufferIdx, in CollectClassMemberFunctions() 473 auto &className = hashList[i].first; in CompareClassHash() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi.h | 76 #define ECMA_DISALLOW_COPY(className) \ argument 81 #define ECMA_DISALLOW_MOVE(className) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 180 std::string className = tsManager_->GetClassNameByOffset(jsPandaFile, typeId); in ParseClassType() local
|
| D | ts_manager.h | 615 …id AddElementToClassNameMap(const JSPandaFile *jsPandaFile, uint32_t offset, std::string className) in AddElementToClassNameMap()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 581 auto className = classDefinition->GetName(); in ParseClassDeclaration() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 152 RemoteObject &SetClassName(const std::string &className) in SetClassName()
|
| D | pt_types.cpp | 702 std::string className; in Create() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|