Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/
Dgeneric_call_params.test.js32 function getFunction(name) { function
46 getFunction, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/
Dgeneric_as_parameter.test.js32 function getFunction(name) { function
46 getFunction, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/
Dgeneric_static.test.js37 function getFunction(name) { function
57 getFunction, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.test.js26 getFunction(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/
Dscenarios.test.js26 getFunction(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/
Doperator_new.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/scenarios/ets_to_js/indirect_call/
Dindirect_call.test.js26 getFunction(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/
Dtest_class_methods.js26 getFunction(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing_sts.test.js26 getFunction(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.test.js26 getFunction(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/arkts_interface/
Dindex.js29 TestModule.prototype.getFunction = function (name) { method in TestModule
Dindex.ts24getFunction(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/
Dindex.js34 const getFunction = (name, packageName) => etsVm.getFunction(makePrefix(packageName ?? ETS_MODULE_N… function