monomorphic IC
RU: monomorphic IC
An inline-cache state where a call site has seen exactly one object shape. V8 caches the single hidden class and the corresponding property offset, so subsequent accesses with that shape resolve in constant time without a hashtable lookup. Monomorphic is the fastest IC state and the target for hot code paths.