Searched refs:etsMethodWrapper (Results 1 – 2 of 2) sorted by relevance
45 EtsMethodWrapper *etsMethodWrapper = EtsMethodWrapper::GetFunction(ctx, etsMethod); in GetETSFunction() local46 if (UNLIKELY(etsMethodWrapper == nullptr)) { in GetETSFunction()51 return etsMethodWrapper->GetJsValue(env); in GetETSFunction()
62 …std::unique_ptr<EtsMethodWrapper> etsMethodWrapper = EtsMethodWrapper::CreateMethod(etsMethod, own… in GetMethod() local63 return cache->Insert(etsMethod, std::move(etsMethodWrapper)); in GetMethod()