Home
last modified time | relevance | path

Searched defs:getTestModule (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.test.js33 function getTestModule(name) { function
39 getTestModule, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/
Dscenarios.test.js33 function getTestModule(name) { function
39 getTestModule, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/
Doperator_new.test.js29 function getTestModule(name) { return new TestModule(name); } function
33 getTestModule, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/indirect_call/
Dindirect_call.test.js33 function getTestModule(name) { function
39 getTestModule, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/
Dtest_class_methods.js33 function getTestModule(name) { function
39 getTestModule, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing_sts.test.js33 function getTestModule(name) { function
39 getTestModule, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.test.js33 function getTestModule(name) { function
39 getTestModule, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/arkts_interface/
Dindex.js35 function getTestModule(name) { return new TestModule(name); } function
Dindex.ts29 function getTestModule(name): Object { return new TestModule(name); } function