Home
last modified time | relevance | path

Searched defs:etsCls (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.h107 explicit EtsClassWrapper(EtsClass *etsCls) : etsClass_(etsCls) {} in EtsClassWrapper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp374 uint8_t JSRuntimeInstanceOfStatic(JSValue *etsJsValue, EtsClass *etsCls) in JSRuntimeInstanceOfStatic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp1748 EtsClass *etsCls = etsFn->GetClass(); in FunctionalObject_Call() local