Home
last modified time | relevance | path

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

123456789

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DArkClassBuilder.ts201 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/
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/ets2panda/ir/visitor/
DAstVisitor.h26 #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/
Dremote_object_type.h42 std::string className; member
48 std::string className; member
54 std::string className; member
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object_type.h42 std::string className; member
48 std::string className; member
54 std::string className; member
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_update_statements.cpp30 void createClassDeclaration(es2panda_Context *context, char *className, es2panda_AstNode *program) in createClassDeclaration()
79 std::string className = std::string("PluginClass"); in main() local
Dplugin_proceed_to_state_create_ets_new_expression.cpp38 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/
Descompat_JSON.cpp41 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/
Dts-reflection.ts16 export function className(object?: Object): string { function
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h58 #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/
Dani_gtest_object_ops.h37 …void GetMethodAndObject(const char *className, const char *methodName, const char *signature, ani_… in GetMethodAndObject()
/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_watch_set_type_test.h227 std::string className = ""; in RecvWatchSubtypeInfo() local
278 std::string className = ""; in RecvWatchObjectInfo() local
Djs_watch_other_type_test.h121 std::string className = ""; in RecvWatchSubtypeInfo() local
172 std::string className = ""; in RecvWatchFunctionInfo() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DKeepParameterUtils.ts73 const className: Identifier | undefined = parentNode.parent.name; constant
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h47 #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/
Dets_annotation.cpp33 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/
Dctor_test.cpp33 static const char *className = "Lconstructor_native_library_test/Calc;"; in ANI_Constructor() local
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dchecker_test.cpp21 …Type *CheckerTest::FindClassType(varbinder_alias::ETSBinder *varbinder, std::string_view className) in FindClassType()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h38 #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/
Dnative_test_helper.h29 …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/
Dmain.cpp115 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/
Dkeep-file2.ts33 className: string; property in Classroom
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dget_test_class.cpp25 EtsClass *GetTestClass(const char *source, const char *className, const std::string &sourceFilename) in GetTestClass()
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp68 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/
Druntime.cpp35 char const *className = "Lescompat/Error;"; in create_ani_error() local
66 char const *className = "L@ohos/base/BusinessError;"; in create_ani_business_error() local

123456789