Home
last modified time | relevance | path

Searched defs:staticMethod (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-class-expression.js24 static staticMethod() { method in cls1
31 static staticMethod() { } method in cls2
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-class-expression.js24 static staticMethod() { method in cls1
31 static staticMethod() { } method in cls2
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/aniclassfindstaticmethod_fuzzer/
Daniclassfindstaticmethod_fuzzer.cpp40 ani_static_method staticMethod {}; in AniClassFindStaticMethodFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js71 static staticMethod() { method in StaticClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/module_ops/
Dmodule_find_function_test.cpp204 ani_static_method staticMethod {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/
Dscenarios.js243 static staticMethod(arg) { method in ClassWithStaticMethod
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_find_method_test.cpp644 ani_static_method staticMethod {}; in TEST_F() local
1085 ani_static_method staticMethod {}; in TEST_F() local
1112 ani_static_method staticMethod {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp736 ani_static_method staticMethod = ToAniStaticMethod(method); in ClassCallMethodByName() local