internal void SetCachedType(JSCachedType cachedType) { if (cachedType == null) { return; } if (CachedEnumType != null) { throw new InvalidOperationException("Cached type already set"); } CachedEnumType = cachedType; }
public void VisitNode(JSCachedType ct) { VisitChildren(ct); }