summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-24 08:06:05 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-24 08:10:23 +0000
commit4a42352e6418b69e600422fc516ad1e74c708fa9 (patch)
tree579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /js
parent0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff)
downloadUXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.lz
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.xz
UXP-4a42352e6418b69e600422fc516ad1e74c708fa9.zip
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'js')
-rw-r--r--js/src/jit-test/tests/auto-regress/bug557946.js1
-rw-r--r--js/src/jit-test/tests/auto-regress/bug558618.js1
-rw-r--r--js/src/jit-test/tests/basic/bug535760.js1
-rw-r--r--js/src/jit-test/tests/basic/bug541191-1.js1
-rw-r--r--js/src/jit-test/tests/basic/bug541191-2.js1
-rw-r--r--js/src/jit-test/tests/basic/bug541191-3.js1
-rw-r--r--js/src/jit-test/tests/basic/bug541191-4.js1
-rw-r--r--js/src/jit-test/tests/basic/bug541191-5.js1
-rw-r--r--js/src/jit-test/tests/jaeger/bug601982.js1
9 files changed, 0 insertions, 9 deletions
diff --git a/js/src/jit-test/tests/auto-regress/bug557946.js b/js/src/jit-test/tests/auto-regress/bug557946.js
index 8d1e95c53..1ccfe2c72 100644
--- a/js/src/jit-test/tests/auto-regress/bug557946.js
+++ b/js/src/jit-test/tests/auto-regress/bug557946.js
@@ -1,7 +1,6 @@
// Binary: cache/js-dbg-64-6f1a38b94754-linux
// Flags: -j
//
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
var x = 0;
var y = 0;
diff --git a/js/src/jit-test/tests/auto-regress/bug558618.js b/js/src/jit-test/tests/auto-regress/bug558618.js
index 3fe1dfb25..11bdce744 100644
--- a/js/src/jit-test/tests/auto-regress/bug558618.js
+++ b/js/src/jit-test/tests/auto-regress/bug558618.js
@@ -1,7 +1,6 @@
// Binary: cache/js-dbg-64-e69034463eeb-linux
// Flags: -j
//
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function f() {
this.search = function(a, b, c) {
arguments[3] = { }
diff --git a/js/src/jit-test/tests/basic/bug535760.js b/js/src/jit-test/tests/basic/bug535760.js
index dd00b9615..908a1370f 100644
--- a/js/src/jit-test/tests/basic/bug535760.js
+++ b/js/src/jit-test/tests/basic/bug535760.js
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function foundit(items, n) {
for (var i = 0; i < 10; i++)
arguments[2](items, this);
diff --git a/js/src/jit-test/tests/basic/bug541191-1.js b/js/src/jit-test/tests/basic/bug541191-1.js
index 74ccae829..ee21d0709 100644
--- a/js/src/jit-test/tests/basic/bug541191-1.js
+++ b/js/src/jit-test/tests/basic/bug541191-1.js
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function g(a, b, c, d) {
return "" + a + b + c + d;
diff --git a/js/src/jit-test/tests/basic/bug541191-2.js b/js/src/jit-test/tests/basic/bug541191-2.js
index d270b7de1..a444aa265 100644
--- a/js/src/jit-test/tests/basic/bug541191-2.js
+++ b/js/src/jit-test/tests/basic/bug541191-2.js
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function g(a, b, c, d) {
return "" + a + b + c + d;
diff --git a/js/src/jit-test/tests/basic/bug541191-3.js b/js/src/jit-test/tests/basic/bug541191-3.js
index f447d49d1..de61c10bb 100644
--- a/js/src/jit-test/tests/basic/bug541191-3.js
+++ b/js/src/jit-test/tests/basic/bug541191-3.js
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function g(a, b, c, d) {
return "" + a + b + c + d;
diff --git a/js/src/jit-test/tests/basic/bug541191-4.js b/js/src/jit-test/tests/basic/bug541191-4.js
index 5d15bedb5..e349138b2 100644
--- a/js/src/jit-test/tests/basic/bug541191-4.js
+++ b/js/src/jit-test/tests/basic/bug541191-4.js
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function g(a, b, c, d) {
return "" + a + b + c + d;
diff --git a/js/src/jit-test/tests/basic/bug541191-5.js b/js/src/jit-test/tests/basic/bug541191-5.js
index f87217b2c..b6f829f0f 100644
--- a/js/src/jit-test/tests/basic/bug541191-5.js
+++ b/js/src/jit-test/tests/basic/bug541191-5.js
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function g(a, b, c, d) {
return "" + a + b + c + d;
diff --git a/js/src/jit-test/tests/jaeger/bug601982.js b/js/src/jit-test/tests/jaeger/bug601982.js
index 99f4bf906..df6caed74 100644
--- a/js/src/jit-test/tests/jaeger/bug601982.js
+++ b/js/src/jit-test/tests/jaeger/bug601982.js
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sts=4 et sw=4 tw=99: */
function J(i) {
/* Cause a branch to build(?) */