Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
Dscenarios.js33 function newInterfaceWithMethod() { function
120 exports.newInterfaceWithMethod = newInterfaceWithMethod;
Dscenarios.ets16 import { standaloneFunctionJs, ClassWithMethodJs, newInterfaceWithMethod, ClassWithGetterSetter, la…
31 let interface_method: () => int = newInterfaceWithMethod().methodInInterface as () => int;