Home
last modified time | relevance | path

Searched defs:getClass (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/
Dgeneric_call_params.test.js28 function getClass(name) { function
45 getClass, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/
Dgeneric_as_parameter.test.js28 function getClass(name) { function
45 getClass, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/
Dgeneric_static.test.js33 function getClass(name) { function
56 getClass, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.test.js23 getClass(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/
Dscenarios.test.js23 getClass(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/
Doperator_new.test.js23 getClass(name) { return etsVm.getClass(this.descriptorPrefix + name + ';'); } method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/indirect_call/
Dindirect_call.test.js23 getClass(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.js23 getClass(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing_sts.test.js23 getClass(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.test.js23 getClass(name) { method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/arkts_interface/
Dindex.js28 …TestModule.prototype.getClass = function (name) { return etsVm.getClass(this.descriptorPrefix + na… method in TestModule
Dindex.ts23 getClass(name): Object { return etsVm.getClass(this.descriptorPrefix + name + ';'); } method in TestModule
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.ts26 const getClass = (name: string, packageName?: string): ClassType => etsVm.getClass(makePrefix(packa… constant
Dindex.js33 const getClass = (name, packageName) => etsVm.getClass(makePrefix(packageName ?? ETS_MODULE_NAME) +… function
/arkcompiler/runtime_core/libabckit/scripts/
Dgen_cpp_api_tests.rb37 def getClass(arr) method
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Darg_convertors.h113const GetClass &getClass, napi_value jsVal) in ConvertArgToEts()