Home
last modified time | relevance | path

Searched defs:newMethod (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_set.cpp44 EtsMethod *newMethod = other.entries_[i]; in MergeWith() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/replace_callsite/
Dreplace_callsite_static.cpp35 AbckitCoreFunction *newMethod; member
81 auto *newMethod = helpers::FindMethodByName(file, "fixedApi"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_sealed/sealed_object/
Dsealed_object.js39 ASSERT_THROWS(TypeError, () => { obj.newMethod = () => 'new method'; }); function in obj
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/ani/
Dexample_lib.cpp89 ani_static_method newMethod; in TestCheck3() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_get_type_test.cpp38 ani_static_method newMethod {}; in GetMethodData() local
Dobject_instance_of_test.cpp39 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_char_test.cpp34 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_short_test.cpp33 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_byte_test.cpp33 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_boolean_test.cpp32 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_int_test.cpp32 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_void_test.cpp32 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_long_test.cpp33 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_double_test.cpp32 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_float_test.cpp32 ani_static_method newMethod {}; in GetMethodData() local
Dobject_call_method_by_name_ref_test.cpp33 ani_static_method newMethod {}; in GetMethodData() local
Dobject_new_test.cpp480 ani_method newMethod {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/ref_ops/
Dreference_equals_test.cpp32 ani_static_method newMethod {}; in GetMethodData() local
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp400 for (auto &newMethod : newMethods) { in MethodChangesCheck() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp349 pandasm::Function newMethod("", fileLanguage_); in AddMethodToTables() local