mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
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:
parent
03599eef81
commit
b24e1821b8
@ -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:
|
||||
|
@ -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();
|
||||
|
||||
|
||||
|
@ -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");
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user