Home
last modified time | relevance | path

Searched defs:funcName2 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_for_function.cpp53 const std::string funcName2 = "ETSGLOBAL.foo:void;"; in CheckFunctionAnnotations() local
68 const std::string funcName2 = "A.bar:f64;f64[];void;"; in CheckFunctionParameterAnnotations() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_change_func.cpp27 static const std::string funcName2 = "goo"; variable
Dplugin_proceed_to_state_change_func.cpp31 static const std::string funcName2 = "goo"; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp97 …JSHandle<JSTaggedValue> funcName2 = JSFunction::GetFunctionName(thread, JSHandle<JSFunctionBase>(m… in HWTEST_F_L0() local