summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out
diff options
context:
space:
mode:
authorKenta Moriuchi <moriken@kimamass.com>2023-11-19 17:13:38 +0900
committerGitHub <noreply@github.com>2023-11-19 09:13:38 +0100
commitc806fbdabe144c865612bbbc9ef596c9611c8310 (patch)
treeedb38d58720377580677ccbeffb693ffa1225cc4 /cli/tests/testdata/run/eval_context_throw_dom_exception.js.out
parenta7548afb58b9848e501a085455446f5de897ffaa (diff)
fix(ext,runtime): add missing custom inspections (#21219)
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
}