Home
last modified time | relevance | path

Searched refs:functionToCall (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/js_suites/
Dtest_function_arg_type_callable_call.js22 let functionToCall = () => 1; function
23 let ret = functionArgTypeCallableEts(functionToCall);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
Dscenarios.js113 function functionArgTypeCallable(functionToCall) { argument
114 return functionToCall();