aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/script/data/slot_simple_js.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/script/data/slot_simple_js.js')
-rw-r--r--tests/benchmarks/declarative/script/data/slot_simple_js.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/script/data/slot_simple_js.js b/tests/benchmarks/declarative/script/data/slot_simple_js.js
new file mode 100644
index 0000000000..d6e60608da
--- /dev/null
+++ b/tests/benchmarks/declarative/script/data/slot_simple_js.js
@@ -0,0 +1,3 @@
+function myCustomFunction() {
+ return 0;
+}