Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp56LazyEtsMethodWrapperLink *lazyLink) in MakeNapiIteratorProperty()
65 …riptor EtsMethodWrapper::MakeNapiProperty(EtsMethodSet *method, LazyEtsMethodWrapperLink *lazyLink) in MakeNapiProperty()
213 auto lazyLink = reinterpret_cast<LazyEtsMethodWrapperLink *>(data); in EtsMethodCallHandler() local
Dets_method_wrapper.h74 …tatic inline EtsMethodWrapper *ResolveLazyLink(InteropCtx *ctx, LazyEtsMethodWrapperLink &lazyLink) in ResolveLazyLink()
Dets_class_wrapper.cpp640 auto lazyLink = &etsMethodWrappers[methodIdx++]; in BuildJSProperties() local