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