Home
last modified time | relevance | path

Searched refs:polyCache (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.cpp100 JSTaggedValue polyCache = CheckPolyInvokeCache(firstValue, newTarget); in Construct() local
101 if (UNLIKELY(polyCache.IsHole())) { in Construct()
104 instanceHClass = JSHandle<JSHClass>(thread, JSHClass::Cast(polyCache.GetTaggedObject())); in Construct()

Completed in 1 milliseconds