tc39 / proposal-explicit-resource-management

ECMAScript Explicit Resource Management

Home Page:https://arai-a.github.io/ecma262-compare/?pr=3000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuppressedError.xxxLimit

loynoir opened this issue · comments

There is Error.stackTraceLimit.

What will happen if situation

  • libraryA use SuppressedError

  • libraryB use libraryA

  • client call libraryB within a loop

Is there a SuppressedError.sizeLimit?

Error.stackTraceLimit is not part of the standard.