Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.h104 explicit EtsClassWrapper(EtsClass *etsCls) : etsClass_(etsCls) {} in EtsClassWrapper()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp211 uint8_t JSRuntimeInstanceOfStatic(JSValue *etsJsValue, EtsClass *etsCls) in JSRuntimeInstanceOfStatic()