Searched defs:etsMethod (Results 1 – 5 of 5) sorted by relevance
29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethod *etsMethod, EtsClassWrap… in CreateMethod()35 …nique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateFunction(InteropCtx *ctx, EtsMethod *etsMethod) in CreateFunction()51 EtsMethodWrapper *EtsMethodWrapper::GetMethod(InteropCtx *ctx, EtsMethod *etsMethod) in GetMethod()66 EtsMethodWrapper *EtsMethodWrapper::GetFunction(InteropCtx *ctx, EtsMethod *etsMethod) in GetFunction()
70 EtsMethod *etsMethod = EtsMethod::FromRuntimeMethod(lazyLink.GetUnresolved()); in ResolveLazyLink() local
38 EtsMethod *etsMethod = etsClass->GetDirectMethod(methodName.data()); in GetETSFunction() local
278 static Method *ToRuntimeMethod(EtsMethod *etsMethod) in ToRuntimeMethod()
314 auto etsMethod = EtsMethod::FromRuntimeMethod(method); in EtsNapiBegin() local