| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/ |
| D | generic_call_params.test.js | 32 function getFunction(name) { function 46 getFunction, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/ |
| D | generic_as_parameter.test.js | 32 function getFunction(name) { function 46 getFunction, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/ |
| D | generic_static.test.js | 37 function getFunction(name) { function 57 getFunction, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | escompat.test.js | 26 getFunction(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/ |
| D | scenarios.test.js | 26 getFunction(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/ |
| D | operator_new.test.js | 24 getFunction(name) { return etsVm.getFunction(this.descriptorPrefix + 'ETSGLOBAL;', name); } method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/indirect_call/ |
| D | indirect_call.test.js | 26 getFunction(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/ |
| D | test_class_methods.js | 26 getFunction(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/ |
| D | objects_passing_sts.test.js | 26 getFunction(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/ |
| D | scenarios.test.js | 26 getFunction(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/arkts_interface/ |
| D | index.js | 29 TestModule.prototype.getFunction = function (name) { method in TestModule
|
| D | index.ts | 24 …getFunction(name): Object { return etsVm.getFunction(this.descriptorPrefix + 'ETSGLOBAL;', name); } method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/ |
| D | index.js | 34 const getFunction = (name, packageName) => etsVm.getFunction(makePrefix(packageName ?? ETS_MODULE_N… function
|