summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/eval_context_throw_dom_exception.js.out
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-10-19 17:26:45 +0100
committerGitHub <noreply@github.com>2021-10-19 18:26:45 +0200
commite8ee5da459f6addd15b726ff5860cfb148c2c60f (patch)
treead5b1d2878d70a4fc4a8904ef0ae0fc1eca608b7 /cli/tests/testdata/eval_context_throw_dom_exception.js.out
parentd6062b265331b88efcbe740741bd93714ec11026 (diff)
fix(core/bindings): use is_instance_of_error() instead of is_native_error() (#12479)
Diffstat (limited to 'cli/tests/testdata/eval_context_throw_dom_exception.js.out')
-rw-r--r--cli/tests/testdata/eval_context_throw_dom_exception.js.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/eval_context_throw_dom_exception.js.out b/cli/tests/testdata/eval_context_throw_dom_exception.js.out
new file mode 100644
index 000000000..39e164083
--- /dev/null
+++ b/cli/tests/testdata/eval_context_throw_dom_exception.js.out
@@ -0,0 +1 @@
+{ thrown: DOMException: foo, isNativeError: true, isCompileError: false }