This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Description
|
which can optionally contain `traceStack` entry. When `traceStack` is `true`, |
|
web VMs can attach a stack trace string to `Exception.stack` field, as in |
|
JavaScript's `Error` class. While `Exception` is not a subclass of JavaScript's |
The use of "can" here makes it seem as if attaching a stack trace is optional, and possibly up to the whim of the host/engine? Can this be reworded to make it obvious as to which way it is intended to be interpreted?