Home
last modified time | relevance | path

Searched defs:getFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.test.js24 getFunction(name) { return etsVm.getFunction(this.descriptorPrefix + 'ETSGLOBAL;', name); } method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.test.js24 getFunction(name) { return etsVm.getFunction(this.descriptor_prefix + "ETSGLOBAL;", name) } method in TestModule