Home
last modified time | relevance | path

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

/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/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/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/escompat/
Descompat.test.js23 getClass(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/static_core/plugins/ets/runtime/interop_js/call/
Darg_convertors.h113const GetClass &getClass, napi_value jsVal) in ConvertArgToEts()