mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
29a075de2b
This makes `DOMException`'s `stack` property behave the same as native errors' – `stack` is now an own accessor property on every instance, and the getter calls `Error.prepareStackTrace`. Upgrades `deno_core` to 0.284.0. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
8 lines
217 B
Text
8 lines
217 B
Text
{
|
|
thrown: Error: foo
|
|
at [WILDCARD]
|
|
at Object.evalContext (ext:core/01_core.js:[WILDCARD])
|
|
at file:///[WILDCARD]/eval_context_throw_dom_exception.js:1:48,
|
|
isNativeError: true,
|
|
isCompileError: false
|
|
}
|