Home
last modified time | relevance | path

Searched defs:getClass (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.js23 getClass(name) { return etsVm.getClass(this.descriptorPrefix + name + ';'); } method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.test.js23 getClass(name) { return etsVm.getClass(this.descriptor_prefix + name + ";") } method in TestModule