Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.h80 explicit EtsFieldWrapper(EtsClassWrapper *owner) : owner_(owner) {}; in EtsFieldWrapper() function
86EtsFieldWrapper(EtsClassWrapper *owner, Field *field) : owner_(owner), field_(field), lazyRefconve… in EtsFieldWrapper() function