Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface_arg_impl/ets_to_ts/
Dtest_arg_interface.ts21 let testMultiInterface = etsVm.getFunction('Larg_interface/ETSGLOBAL;', 'testMultiInterface'); variable
47 ASSERT_TRUE(testMultiInterface(new MyImpl()));
55 ASSERT_TRUE(testMultiInterface(obj));
Darg_interface.ets49 function testMultiInterface(val: AnotherInterface): boolean {