Bug 1402379 - Part 1: Remove unused and unmaintainted jshint directives. r=jwalden

Differential Revision: https://phabricator.services.mozilla.com/D41767

--HG--
extra : moz-landing-system : lando
This commit is contained in:
André Bargull 2019-08-19 18:35:00 +00:00
parent 03599eef81
commit b24e1821b8
4 changed files with 0 additions and 28 deletions

View File

@ -2,9 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*global intl_DateTimeFormat: false, */
// This cache, once primed, has these properties:
//
// runtimeDefaultLocale:

View File

@ -2,9 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*global intl_NumberFormat: false, */
var numberFormatCache = new Record();

View File

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*global intl_Collator: false, */
function StringProtoHasNoMatch() {
var ObjectProto = GetBuiltinPrototype("Object");
var StringProto = GetBuiltinPrototype("String");

View File

@ -2,26 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*jshint bitwise: true, camelcase: false, curly: false, eqeqeq: true,
es5: true, forin: true, immed: true, indent: 4, latedef: false,
newcap: false, noarg: true, noempty: true, nonew: true,
plusplus: false, quotmark: false, regexp: true, undef: true,
unused: false, strict: false, trailing: true,
*/
/*global ToObject: false, ToInteger: false, IsCallable: false,
ThrowRangeError: false, ThrowTypeError: false,
AssertionFailed: false,
MakeConstructible: false, DecompileArg: false,
RuntimeDefaultLocale: false,
NewDenseArray: false,
Dump: false,
callFunction: false,
TO_UINT32: false,
JSMSG_NOT_FUNCTION: false, JSMSG_MISSING_FUN_ARG: false,
JSMSG_EMPTY_ARRAY_REDUCE: false, JSMSG_CANT_CONVERT_TO: false,
*/
#include "SelfHostingDefines.h"
#include "TypedObjectConstants.h"