From a4ec7dfae01485290af91c62c1ce17a742dcb104 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 25 Nov 2023 11:41:21 -0500 Subject: feat(unstable): --unstable-unsafe-proto (#21313) Closes https://github.com/denoland/deno/issues/21276 --- cli/tests/testdata/run/unsafe_proto/worker.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cli/tests/testdata/run/unsafe_proto/worker.js (limited to 'cli/tests/testdata/run/unsafe_proto/worker.js') diff --git a/cli/tests/testdata/run/unsafe_proto/worker.js b/cli/tests/testdata/run/unsafe_proto/worker.js new file mode 100644 index 000000000..b22bc8713 --- /dev/null +++ b/cli/tests/testdata/run/unsafe_proto/worker.js @@ -0,0 +1,2 @@ +console.log(Object.hasOwn(Object.prototype, "__proto__")); +close(); -- cgit v1.2.3