You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running this crashes dash with a stack overflow because it gets stuck in a recursive "loop" trying to look up property 'a' in its parent __proto__ object if it can't find it
Other JS engines have guards against that. V8 throws Cyclic __proto__ value
The text was updated successfully, but these errors were encountered:
running this crashes dash with a stack overflow because it gets stuck in a recursive "loop" trying to look up property 'a' in its parent
__proto__
object if it can't find itOther JS engines have guards against that. V8 throws
Cyclic __proto__ value
The text was updated successfully, but these errors were encountered: