Searched refs:GetRefConvertCache (Results 1 – 4 of 4) sorted by relevance
71 return ctx->GetRefConvertCache()->Insert(klass, std::move(conv)); in JSRefConvertCreate()
265 JSRefConvertCache *GetRefConvertCache() in GetRefConvertCache() function491 return ctx->GetRefConvertCache(); in RefConvertCacheFromInteropCtx()
402 auto cache = ctx->GetRefConvertCache(); in RegisterBuiltinJSRefConvertors()
219 ASSERT(ctx->GetRefConvertCache()->Lookup(etsClass->GetRuntimeClass()) == nullptr); in Get()