| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/ |
| D | generic_call_params.test.js | 28 function getClass(name) { function 45 getClass, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/ |
| D | generic_as_parameter.test.js | 28 function getClass(name) { function 45 getClass, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/ |
| D | generic_static.test.js | 33 function getClass(name) { function 56 getClass, property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | escompat.test.js | 23 getClass(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/ |
| D | scenarios.test.js | 23 getClass(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/ |
| D | operator_new.test.js | 23 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/ |
| D | indirect_call.test.js | 23 getClass(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 | 23 getClass(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/ |
| D | objects_passing_sts.test.js | 23 getClass(name) { method in TestModule
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/ |
| D | scenarios.test.js | 23 getClass(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 | 28 …TestModule.prototype.getClass = function (name) { return etsVm.getClass(this.descriptorPrefix + na… method in TestModule
|
| D | index.ts | 23 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/ |
| D | index.ts | 26 const getClass = (name: string, packageName?: string): ClassType => etsVm.getClass(makePrefix(packa… constant
|
| D | index.js | 33 const getClass = (name, packageName) => etsVm.getClass(makePrefix(packageName ?? ETS_MODULE_NAME) +… function
|
| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | gen_cpp_api_tests.rb | 37 def getClass(arr) method
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | arg_convertors.h | 113 … const GetClass &getClass, napi_value jsVal) in ConvertArgToEts()
|