@@ -210,7 +210,7 @@ String.prototype.repeat = function(count) {};
210
210
/**
211
211
* @constructor
212
212
* @extends {Array<string> }
213
- * @see http ://www .ecma-international.org/ecma-262 /6.0/#sec-gettemplateobject
213
+ * @see https ://262 .ecma-international.org/6.0/#sec-gettemplateobject
214
214
*/
215
215
var ITemplateArray = function ( ) { } ;
216
216
@@ -1228,7 +1228,7 @@ Array.prototype.entries;
1228
1228
* @return {T|undefined }
1229
1229
* @this {IArrayLike<T>|string}
1230
1230
* @template T,S
1231
- * @see http ://www .ecma-international.org/ecma-262 /6.0/#sec-array.prototype.find
1231
+ * @see https ://262 .ecma-international.org/6.0/#sec-array.prototype.find
1232
1232
*/
1233
1233
Array . prototype . find = function ( predicate , opt_this ) { } ;
1234
1234
@@ -1239,7 +1239,7 @@ Array.prototype.find = function(predicate, opt_this) {};
1239
1239
* @return {number }
1240
1240
* @this {IArrayLike<T>|string}
1241
1241
* @template T,S
1242
- * @see http ://www .ecma-international.org/ecma-262 /6.0/#sec-array.prototype.findindex
1242
+ * @see https ://262 .ecma-international.org/6.0/#sec-array.prototype.findindex
1243
1243
*/
1244
1244
Array . prototype . findIndex = function ( predicate , opt_this ) { } ;
1245
1245
@@ -1251,7 +1251,7 @@ Array.prototype.findIndex = function(predicate, opt_this) {};
1251
1251
* @return {!IArrayLike<T> }
1252
1252
* @this {!IArrayLike<T>|string}
1253
1253
* @template T
1254
- * @see http ://www .ecma-international.org/ecma-262 /6.0/#sec-array.prototype.fill
1254
+ * @see https ://262 .ecma-international.org/6.0/#sec-array.prototype.fill
1255
1255
*/
1256
1256
Array . prototype . fill = function ( value , opt_begin , opt_end ) { } ;
1257
1257
@@ -1260,7 +1260,7 @@ Array.prototype.fill = function(value, opt_begin, opt_end) {};
1260
1260
* @param {number } target
1261
1261
* @param {number } start
1262
1262
* @param {number= } opt_end
1263
- * @see http ://www .ecma-international.org/ecma-262 /6.0/#sec-array.prototype.copywithin
1263
+ * @see https ://262 .ecma-international.org/6.0/#sec-array.prototype.copywithin
1264
1264
* @template T
1265
1265
* @return {!IArrayLike<T> }
1266
1266
*/
@@ -1281,7 +1281,7 @@ Array.prototype.includes = function(searchElement, opt_fromIndex) {};
1281
1281
/**
1282
1282
* @param {!Object } obj
1283
1283
* @return {!Array<symbol> }
1284
- * @see http ://www .ecma-international.org/ecma-262 /6.0/#sec-object.getownpropertysymbols
1284
+ * @see https ://262 .ecma-international.org/6.0/#sec-object.getownpropertysymbols
1285
1285
*/
1286
1286
Object . getOwnPropertySymbols = function ( obj ) { } ;
1287
1287
@@ -1290,7 +1290,7 @@ Object.getOwnPropertySymbols = function(obj) {};
1290
1290
* @param {!Object } obj
1291
1291
* @param {? } proto
1292
1292
* @return {!Object }
1293
- * @see http ://www .ecma-international.org/ecma-262 /6.0/#sec-object.setprototypeof
1293
+ * @see https ://262 .ecma-international.org/6.0/#sec-object.setprototypeof
1294
1294
*/
1295
1295
Object . setPrototypeOf = function ( obj , proto ) { } ;
1296
1296
0 commit comments