| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | ArkClassBuilder.ts | 201 const className = genClassName(clsNode.name ? clsNode.name.text : '', cls, declaringMethod); constant 223 const className = genClassName(clsNode.name ? clsNode.name.text : '', cls, declaringMethod); constant 259 const className = genClassName(clsNode.name ? clsNode.name.text : '', cls, declaringMethod); constant 280 const className = genClassName(clsNode.name ? clsNode.name.text : '', cls, declaringMethod); constant 294 const className = genClassName('', cls, declaringMethod); constant 313 const className = genClassName('', cls, declaringMethod); constant
|
| /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/ets2panda/ir/visitor/ |
| D | AstVisitor.h | 26 #define DECLARE_CLASSES(nodeType, className) class className; argument 44 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | remote_object_type.h | 42 std::string className; member 48 std::string className; member 54 std::string className; member
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object_type.h | 42 std::string className; member 48 std::string className; member 54 std::string className; member
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_update_statements.cpp | 30 void createClassDeclaration(es2panda_Context *context, char *className, es2panda_AstNode *program) in createClassDeclaration() 79 std::string className = std::string("PluginClass"); in main() local
|
| D | plugin_proceed_to_state_create_ets_new_expression.cpp | 38 auto className = CreateIdentifierFromString(g_ctx, "string"); in FindA() local 60 auto className = CreateIdentifierFromString(g_ctx, "string"); in FindB() local 86 auto className = CreateIdentifierFromString(g_ctx, "string"); in FindC() local 108 auto className = CreateIdentifierFromString(g_ctx, "string"); in FindD() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_JSON.cpp | 41 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in EscompatJSONGetJSONStringifyIgnoreByIdx() local 61 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in EscompatJSONGetJSONStringifyIgnoreByName() local 81 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in EscompatJSONGetJSONParseIgnoreFromAnnotation() local 104 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in EscompatJSONGetJSONRenameByIdx() local 131 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in EscompatJSONGetJSONRenameByName() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | ts-reflection.ts | 16 export function className(object?: Object): string { function
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.h | 58 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument 70 #define STRING_FROM_NODE_TYPE(nodeType, className) \ argument 109 #define DECLARE_CLASSES(nodeType, className) class className; /* CC-OFF(G.PRE.09) code gen*/ argument 134 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument 193 #define DECLARE_AS_CASTS(nodeType, className) … in AST_NODE_REINTERPRET_MAPPING() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | ani_gtest_object_ops.h | 37 …void GetMethodAndObject(const char *className, const char *methodName, const char *signature, ani_… in GetMethodAndObject()
|
| /arkcompiler/toolchain/tooling/dynamic/test/testcases/ |
| D | js_watch_set_type_test.h | 227 std::string className = ""; in RecvWatchSubtypeInfo() local 278 std::string className = ""; in RecvWatchObjectInfo() local
|
| D | js_watch_other_type_test.h | 121 std::string className = ""; in RecvWatchSubtypeInfo() local 172 std::string className = ""; in RecvWatchFunctionInfo() local
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | KeepParameterUtils.ts | 73 const className: Identifier | undefined = parentNode.parent.name; constant
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNode.h | 47 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument 110 #define DECLARE_CLASSES(nodeType, className) class className; argument 130 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument 160 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_annotation.cpp | 33 const char *className = utf::Mutf8AsCString(pf.GetStringData(ada.GetClassId()).data); in FindAsyncAnnotation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/native_library/ |
| D | ctor_test.cpp | 33 static const char *className = "Lconstructor_native_library_test/Calc;"; in ANI_Constructor() local
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | checker_test.cpp | 21 …Type *CheckerTest::FindClassType(varbinder_alias::ETSBinder *varbinder, std::string_view className) in FindClassType()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variable.h | 38 #define DECLARE_CLASSES(type, className) class className; // CC-OFF(G.PRE.02) name part argument 52 #define DECLARE_CHECKS_CASTS(variableType, className) \ in VARIABLE_TYPES() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 29 …void CallEtsFunction(R *ret, std::string_view className, std::string_view methodName, Args &&...ar… in CallEtsFunction()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/ |
| D | main.cpp | 115 const char *className = "L@ohos/util/util/TextDecoder;"; in BindTextDecoder() local 139 const char *className = "L@ohos/util/util/TextEncoder;"; in BindTextEncoder() local 168 const char *className = "L@ohos/util/util/UtilHelper;"; in BindUtilHelper() local 253 const char *className = "L@ohos/util/util/StringDecoder;"; in BindStringDecoder() local
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/keepPaths/SourceCode/ |
| D | keep-file2.ts | 33 className: string; property in Classroom
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | get_test_class.cpp | 25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 68 std::string className = utf::Mutf8AsCString(cda.GetDescriptor()); in PrintFunction() local 107 void HeaderWriter::PrintPrototype(const std::string &className, panda_file::MethodDataAccessor &mda… in PrintPrototype()
|
| /arkcompiler/runtime_core/taihe/runtime/src/ |
| D | runtime.cpp | 35 char const *className = "Lescompat/Error;"; in create_ani_error() local 66 char const *className = "L@ohos/base/BusinessError;"; in create_ani_business_error() local
|