summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/eval_context_throw_dom_exception.js.out')
-rw-r--r--cli/tests/testdata/run/eval_context_throw_dom_exception.js.out6
1 files changed, 5 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out b/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out
index ac7f7c230..f7d368471 100644
--- a/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out
+++ b/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out
@@ -1,5 +1,9 @@
[Object: null prototype] {
- thrown: DOMException: foo,
+ thrown: DOMException: foo
+ at new DOMException (ext:deno_web/01_dom_exception.js:[WILDCARD])
+ 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
}